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

Errors brought by new commits #57

Open
PKUfjh opened this issue Jun 26, 2024 · 2 comments
Open

Errors brought by new commits #57

PKUfjh opened this issue Jun 26, 2024 · 2 comments

Comments

@PKUfjh
Copy link
Contributor

PKUfjh commented Jun 26, 2024

An error message during installation is brought by the commit 57460f0, on the following platform: A100 with Driver Version: 520.61.05 and CUDA Version: 11.8. I install PyTorch with version 2.2.0 and cuda 11.8. The error message is the following:

nvcc fatal   : Unsupported gpu architecture 'compute_90'
ninja: build stopped: subcommand failed.
@robotcator
Copy link
Collaborator

The compute_90 flag is set to support the Hopper architecture, which requires CUDA 12.x or higher for compilation. You can either remove the sm_90 flag or upgrade both your CUDA and driver versions. The support matrix can be found here.

@PKUfjh
Copy link
Contributor Author

PKUfjh commented Oct 22, 2024

OK, can the flag be automatically determined based on the users environment?

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

No branches or pull requests

2 participants