Skip to content
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

Minor buildsystem fixes #778

Merged
merged 1 commit into from
Apr 21, 2022
Merged

Minor buildsystem fixes #778

merged 1 commit into from
Apr 21, 2022

Conversation

powderluv
Copy link
Collaborator

Sets up auto-pinning of latest torch-nightly

Sets up auto-pinning of latest torch-nightly
@silvasean
Copy link
Contributor

What is "auto" about this pinning?

@powderluv
Copy link
Collaborator Author

By default if you use "torch" you get torch-cuda which causes build issues. @stellaraccident fixed it with "torch==1.12.0.dev20220420" but I found a workaround with "torch>=1.12.0.dev20220420", that forces getting the CPU version without having to specify the look URL in the requires section.

@powderluv powderluv merged commit 4ef61aa into llvm:main Apr 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants