-
Notifications
You must be signed in to change notification settings - Fork 47
Consolidate on install.sh, move to stable packages #474
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couple of comments - do we need to call out that we only support cu128 right now OOTB?
assets/versions.sh
Outdated
| PYTORCH_VERSION="2.9.0" | ||
|
|
||
| # vLLM branch | ||
| VLLM_BRANCH="v0.10.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we change these to point to monarch stable, torchtitan stable and torchstore stable
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah right now I have them hardcoded. But good point. Honestly I need to see where else these versions are used.. there's a world where we just delete this file entirely to reduce indirection
| } | ||
|
|
||
| # Install required system packages | ||
| install_system_packages() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't need this anymore?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Idk maybe we do, just trying it out
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
brought it back just for safety
This reverts commit 4d2a103.
.github/workflows/unit_test.yaml
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These won't work b/c u need a GPU runner
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wait why? they were working before, no?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I APPROVE OF MY OWN PR
Co-authored-by: joecummings <[email protected]>
Tested via:
Also working on green CI