fix(requirements)
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -8,4 +8,5 @@ peft==0.7.1
|
|
8 |
diffusers==0.24.0
|
9 |
--find-links https://download.pytorch.org/whl/torch_stable.html
|
10 |
torch==2.0.1+cu118
|
|
|
11 |
torchvision==0.16.2+cu118
|
|
|
8 |
diffusers==0.24.0
|
9 |
--find-links https://download.pytorch.org/whl/torch_stable.html
|
10 |
torch==2.0.1+cu118
|
11 |
+
--find-links https://download.pytorch.org/whl/torch_stable.html
|
12 |
torchvision==0.16.2+cu118
|