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

Inquiry for a new version of Dockerfile #1685

Open
LiuStan99 opened this issue Nov 22, 2024 · 1 comment
Open

Inquiry for a new version of Dockerfile #1685

LiuStan99 opened this issue Nov 22, 2024 · 1 comment

Comments

@LiuStan99
Copy link

Hi!

I have built the docker image from the provided Dockerfile with cuda11.6. Now I am trying to run models on an H100 GPU. But it seems the corresponding PyTorch version is not compatible with the CUDA capability. As shown below:

/usr/local/lib/python3.8/dist-packages/torch/cuda/__init__.py:155: UserWarning: 
NVIDIA H100 80GB HBM3 with CUDA capability sm_90 is not compatible with the current PyTorch installation.
The current PyTorch install supports CUDA capabilities sm_37 sm_50 sm_60 sm_70 sm_75 sm_80 sm_86.
If you want to use the NVIDIA H100 80GB HBM3 GPU with PyTorch, please check the instructions at https://pytorch.org/get-started/locally/

  warnings.warn(incompatible_device_warn.format(device_name, capability, " ".join(arch_list), device_name))

Do we have a newer version of Dockerfile which is compatible? Thanks a lot in advance for the support!

@Petros626
Copy link

some users mentioned this problem in the issues.

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