Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
-
|
2 |
-
|
|
|
3 |
transformers==4.49.0
|
4 |
einops
|
5 |
huggingface_hub
|
@@ -7,7 +8,7 @@ opencv-python
|
|
7 |
trimesh==4.5.3
|
8 |
omegaconf
|
9 |
scikit-image
|
10 |
-
numpy
|
11 |
peft
|
12 |
scipy==1.11.4
|
13 |
jaxtyping
|
|
|
1 |
+
torch==2.1.2+cu121
|
2 |
+
torchvision==0.16.2+cu121
|
3 |
+
diffusers==0.34.0
|
4 |
transformers==4.49.0
|
5 |
einops
|
6 |
huggingface_hub
|
|
|
8 |
trimesh==4.5.3
|
9 |
omegaconf
|
10 |
scikit-image
|
11 |
+
numpy==1.26.4
|
12 |
peft
|
13 |
scipy==1.11.4
|
14 |
jaxtyping
|