Add dep. update info for PyTorch build, remove bump-sources.sh, and add SKILL.md#440
Merged
puneetmatharu merged 1 commit intoARM-software:mainfrom Feb 24, 2026
Conversation
Contributor
|
I think you are right about coding assistants, but I think the solution is to just add the text you've put in |
Contributor
Author
|
Agh. You're absolutely right. I'd been working on so many different versions of putting the shell scripts together I didn't think about the obvious; precisely that. Thanks! I'll update the |
fed6157 to
279c0c4
Compare
bump-sources.shbump-sources.sh, and add SKILL.md
jondea
reviewed
Feb 24, 2026
jondea
reviewed
Feb 24, 2026
jondea
reviewed
Feb 24, 2026
279c0c4 to
9558bba
Compare
Changes: - Removed bump-sources.sh, which is no longer needed. - Updated README.md with instructions on how to update PyTorch dependency versions. - Added a SKILL.md with instructions on how to update PyTorch build dependencies.
9558bba to
9b39a9b
Compare
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.
Currently
bump-sources.shjust supports bumping hashes for PyTorch, ideep and oneDNN. It misses the other dep. versions (which have now all been moved toversions.sh). To make the update process simpler for everyone, I've written the script to give users links that they can visit to get the appropriate hash or tag.Admittedly this doesn't automate away all of the process. I initially made a script to handle the different scenarios nicely (relying on the GitHub REST API for queries) but it quickly exploded in size, and I'm not a fan of us having to manage something large for such a simple task.
Tip
With the current form, if you dump
versions.shandbump-sources.shtogether into ChatGPT and tell it you want the latest sources for a specific date, it can give you an updatedversions.sh, automating everything away without needing a large script.To discuss: Given that
bump-sources.shdoesn't actually bump the sources in any way -- it merely prints information on how to do that -- should we rename it to e.g.how-to-bump-sources.sh?