What versions of Pytorch are supported? #2831
-
In the install instructions under Runpod it mentions Pytorch 2.0.1, is that a typo? Is it supposed to be Pytorch 2.1. ComfyUI just got on Pytorch 2.4.1. Not sure how much work it would be to get Kohya to Pytorch 2.4. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Windows: torch==2.1.2+cu118 --index-url https://download.pytorch.org/whl/cu118 |
Beta Was this translation helpful? Give feedback.
-
RunPod: torch==2.1.2+cu118 torchvision==0.16.2+cu118 xformers==0.0.23.post1+cu118 --extra-index-url https://download.pytorch.org/whl/cu118 # no_verify leave this to specify not checking this a verification stage |
Beta Was this translation helpful? Give feedback.
-
Linux: torch==2.1.2+cu118 torchvision==0.16.2+cu118 xformers==0.0.23.post1+cu118 --extra-index-url https://download.pytorch.org/whl/cu118 Linux AMD: torch==2.3.0+rocm6.0 torchvision==0.18.0+rocm6.0 --index-url https://download.pytorch.org/whl/rocm6.0 Linux Intel GPU: torch==2.1.0.post0+cxx11.abi torchvision==0.16.0.post0+cxx11.abi intel-extension-for-pytorch==2.1.20+xpu --extra-index-url https://pytorch-extension.intel.com/release-whl/stable/xpu/us/ |
Beta Was this translation helpful? Give feedback.
RunPod:
torch==2.1.2+cu118 torchvision==0.16.2+cu118 xformers==0.0.23.post1+cu118 --extra-index-url https://download.pytorch.org/whl/cu118 # no_verify leave this to specify not checking this a verification stage
bitsandbytes==0.43.0
tensorboard==2.14.1 tensorflow==2.14.0 wheel
tensorrt
onnxruntime-gpu==1.17.1
-r requirements.txt