-
Notifications
You must be signed in to change notification settings - Fork 713
[Release 0.6] update torchao pin #9947
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 3 commits
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 |
|---|---|---|
|
|
@@ -66,6 +66,8 @@ dependencies=[ | |
| "ruamel.yaml", | ||
| "sympy", | ||
| "tabulate", | ||
| # Keep this version in sync with: third-party/ao pin | ||
| "torchao==0.10.0", | ||
|
||
| "typing-extensions", | ||
| # Keep this version in sync with: ./backends/apple/coreml/scripts/install_requirements.sh | ||
| "coremltools==8.2; platform_system == 'Darwin'", | ||
|
|
||
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.
torchao does not build on < macos15 due to "std::aligned_alloc" not being implemented until macos15.