-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Dockerfile/environment.yaml for CUDA Version 12.3? #239
Comments
Hi @kajc10 |
Hi @kajc10 , I faced same issue and how do you solve that. |
Hi @Han1018 After running Hope this helps 🤗 |
Hi @froestiago, Thank you sososo much. It works for me and helps me save a lot of time !!! |
Somehow resolves my problem about the hanging training process. Thank you!! |
I have CUDA Version 12.3 and therefore the given pytorch configurations will not work.
I tried to adjust dependency versions, but could not create a working config setup. Could you help me out?
With the current environment.yaml I get stuck at 'initializing ddp: GLOBAL_RANK: 0, MEMBER: 1/1'
EDIT: solved by installing latest torch torchvision torchaudio and pillow==8.4.0
The text was updated successfully, but these errors were encountered: