Add GitHub Actions CI/CD and quickstart guide#12
Merged
Conversation
Owner
Author
- Add CI workflow that builds all 6 artifacts (COM/TAP for both examples) - Add release workflow triggered by v* tags - Add .npz model format for PyTorch-free builds (CI only needs NumPy) - Add exportmodel.py to convert .pt to .npz - Add loadmodel.py shared loader supporting both formats - Add quickstart section to README with emulator instructions - Fix script name in TRAINING.md (feedme.py not train_autoregressive.py) - Update ZX-SPECTRUM.md to note PyTorch is optional with .npz Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
cff1314 to
2d3ff14
Compare
Collaborator
|
Changes to buildfastz80com.py look fine to me. I'm pretty unfamiliar with github processes so don't know if there's some "approve" button I'm supposed to hit or other formal step. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
v*tags (creates GitHub Release with binaries).npzmodel format so CI only needs NumPy (not PyTorch)Test plan