Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -8
requirements.txt
CHANGED
@@ -1,14 +1,9 @@
|
|
1 |
-
transformers==4.38.2
|
2 |
-
diffusers==0.25
|
3 |
-
huggingface-hub>=0.16.4
|
4 |
-
tokenizers
|
5 |
torch==2.1.0
|
6 |
torchvision==0.16.0
|
7 |
torchaudio==2.1.0
|
8 |
pytorch-lightning==2.1.2
|
9 |
einops
|
10 |
omegaconf
|
11 |
-
onnxruntime
|
12 |
deepspeed
|
13 |
torchmetrics
|
14 |
webdataset
|
@@ -17,11 +12,12 @@ tensorboard
|
|
17 |
PyMCubes
|
18 |
trimesh
|
19 |
rembg
|
20 |
-
|
21 |
-
|
|
|
22 |
imageio[ffmpeg]
|
23 |
xatlas
|
24 |
plyfile
|
25 |
xformers==0.0.22.post7
|
26 |
git+https://github.com/NVlabs/nvdiffrast/
|
27 |
-
|
|
|
|
|
|
|
|
|
|
|
1 |
torch==2.1.0
|
2 |
torchvision==0.16.0
|
3 |
torchaudio==2.1.0
|
4 |
pytorch-lightning==2.1.2
|
5 |
einops
|
6 |
omegaconf
|
|
|
7 |
deepspeed
|
8 |
torchmetrics
|
9 |
webdataset
|
|
|
12 |
PyMCubes
|
13 |
trimesh
|
14 |
rembg
|
15 |
+
transformers==4.34.1
|
16 |
+
diffusers==0.19.3
|
17 |
+
bitsandbytes
|
18 |
imageio[ffmpeg]
|
19 |
xatlas
|
20 |
plyfile
|
21 |
xformers==0.0.22.post7
|
22 |
git+https://github.com/NVlabs/nvdiffrast/
|
23 |
+
huggingface-hub
|