You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I run a python project on two linux-64 machines, one with cuda 11.4 and the other one with cuda 12.4. Pytorch does not seem to support 11.4 anymore and my other dependencies need newer versions of pytorch anyway. It has been suggested on the pytorch forum that pytorch-cuda 11.8 will work with cuda 11.4.
So I would like to define the dependencies as following:
(1) for linux-64 with cuda 11.4: use pytorch-cuda 11.8.*
(2) for linux-64 with cuda 12.4: use pytorch-cuda 12.4.*
And of course, they should have the same version of torch, torchvision and torchaudio.
As far as I understand, system requirements should be the minimal requirements. But for my case, setting any of the three CUDA versions would be wrong. Is it possible to define these in my situation?
Thanks for helping!
Btw, I am new to pixi and I think I saw a similar thread but for different os versions here.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I run a python project on two linux-64 machines, one with cuda 11.4 and the other one with cuda 12.4. Pytorch does not seem to support 11.4 anymore and my other dependencies need newer versions of pytorch anyway. It has been suggested on the pytorch forum that pytorch-cuda 11.8 will work with cuda 11.4.
So I would like to define the dependencies as following:
(1) for linux-64 with cuda 11.4: use pytorch-cuda 11.8.*
(2) for linux-64 with cuda 12.4: use pytorch-cuda 12.4.*
And of course, they should have the same version of torch, torchvision and torchaudio.
As far as I understand, system requirements should be the minimal requirements. But for my case, setting any of the three CUDA versions would be wrong. Is it possible to define these in my situation?
Thanks for helping!
Btw, I am new to pixi and I think I saw a similar thread but for different os versions here.
Beta Was this translation helpful? Give feedback.
All reactions