-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Add support for PyTorch 2.8.0 #3106
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
Changes from all commits
b27dab2
fb67a67
357709e
9b807db
22c3eb4
cd71594
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,8 +2,7 @@ | |
|
|
||
| # START section of dependencies that don't install on Darwin/MacOS | ||
| bitsandbytes==0.47.0 | ||
| # triton 3.4.0 is not compatible with CCE | ||
| triton>=3.0.0,<3.4.0 | ||
| triton>=3.0.0 | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Doesn't torch 2.8.0 require triton 3.4.0, and this ends up with an incompatibility? I think we need to fix our CCE, right?
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think this gets addressed with axolotl-ai-cloud/ml-cross-entropy#19 |
||
| mamba-ssm==1.2.0.post1 | ||
| xformers>=0.0.23.post1 | ||
| autoawq==0.2.7.post3 | ||
|
|
||
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.
any reason not to drop 2.7.0 in favor of 2.7.1?
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 think we had originally kept 2.7.0 due to vllm. let me double check and you're most likely spot on that we can drop 2.7.0