mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-07 18:18:42 -05:00
[GH-ISSUE #1075] Standardize and clean up workflow naming conventions for TinyTorch and analysis #4301
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @profvjreddi on GitHub (Dec 11, 2025).
Original GitHub issue: https://github.com/harvard-edge/cs249r_book/issues/1075
Currently, our repository contains multiple workflow files that support both TinyTorch and the analysis part. The workflow names are inconsistent and may cause confusion when expanding or maintaining CI/CD operations. We should clean up and standardize the naming conventions of all workflows to:
Tasks:
This cleanup will help streamline development processes and reduce errors due to misidentified workflows.
@oamazonasgabriel commented on GitHub (Jan 29, 2026):
Hi @profvjreddi - I'd like to work on this and share a Pull Request with the selected approach and tooling used - thanks for the opportunity!
@profvjreddi commented on GitHub (Jan 29, 2026):
Hi @GabrielAmazonas -- any contributions are certainly welcome, but I just realized that since this issue was created, I've cleaned the code up quite a bit and fixed many bugs and issues. Nonetheless, if you spot something, feel free to let me know. This is an open-source project because the intent is for others to contribute. Thank you for volunteering!
@profvjreddi commented on GitHub (Apr 3, 2026):
Closing — the workflows have been significantly cleaned up since this issue was created. Thanks @GabrielAmazonas for raising it!