Update requirements.txt
Browse files- requirements.txt +5 -1
requirements.txt
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
torch==2.5.1
|
2 |
torchaudio==2.5.1
|
3 |
torchvision==0.20.1
|
@@ -33,4 +34,7 @@ imageio-ffmpeg
|
|
33 |
ftfy
|
34 |
Jinja2
|
35 |
einops
|
36 |
-
nvitop
|
|
|
|
|
|
|
|
1 |
+
--extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
torch==2.5.1
|
3 |
torchaudio==2.5.1
|
4 |
torchvision==0.20.1
|
|
|
34 |
ftfy
|
35 |
Jinja2
|
36 |
einops
|
37 |
+
nvitop
|
38 |
+
optimum
|
39 |
+
omegaconf
|
40 |
+
mediapipe
|