Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
torch
|
2 |
torchvision
|
3 |
numpy
|
4 |
-
transformers
|
5 |
peft
|
6 |
protobuf
|
7 |
sentencepiece
|
@@ -12,6 +12,6 @@ scipy
|
|
12 |
spacy
|
13 |
einops
|
14 |
jaxtyping
|
15 |
-
diffusers
|
16 |
opencv-python
|
17 |
git+https://github.com/facebookresearch/pytorch3d.git
|
|
|
1 |
torch
|
2 |
torchvision
|
3 |
numpy
|
4 |
+
transformers==4.45.2
|
5 |
peft
|
6 |
protobuf
|
7 |
sentencepiece
|
|
|
12 |
spacy
|
13 |
einops
|
14 |
jaxtyping
|
15 |
+
diffusers=0.30.3
|
16 |
opencv-python
|
17 |
git+https://github.com/facebookresearch/pytorch3d.git
|