Update requirements.txt
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
--extra-index-url https://download.pytorch.org/whl/
|
2 |
-
cupy-
|
3 |
huggingface-hub
|
4 |
kornia
|
5 |
kornia_rs
|
@@ -8,8 +8,8 @@ open_clip_torch
|
|
8 |
pillow
|
9 |
scipy
|
10 |
timm
|
11 |
-
torch
|
12 |
-
torchvision
|
13 |
-
torchaudio
|
14 |
tqdm
|
15 |
triton
|
|
|
1 |
+
--extra-index-url https://download.pytorch.org/whl/cu121
|
2 |
+
cupy-cuda12x
|
3 |
huggingface-hub
|
4 |
kornia
|
5 |
kornia_rs
|
|
|
8 |
pillow
|
9 |
scipy
|
10 |
timm
|
11 |
+
torch
|
12 |
+
torchvision
|
13 |
+
torchaudio
|
14 |
tqdm
|
15 |
triton
|