Spaces:
Runtime error
Runtime error
update some packages
Browse files- requirements.txt +8 -8
requirements.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
-
torch
|
| 2 |
-
torchvision
|
| 3 |
-
torchaudio
|
| 4 |
-
pytorch-lightning
|
| 5 |
einops
|
| 6 |
omegaconf
|
| 7 |
deepspeed
|
|
@@ -12,17 +12,17 @@ tensorboard
|
|
| 12 |
PyMCubes
|
| 13 |
trimesh
|
| 14 |
rembg
|
| 15 |
-
transformers
|
| 16 |
-
diffusers
|
| 17 |
bitsandbytes
|
| 18 |
imageio[ffmpeg]
|
| 19 |
xatlas
|
| 20 |
plyfile
|
| 21 |
-
xformers
|
| 22 |
git+https://github.com/NVlabs/nvdiffrast/
|
| 23 |
huggingface-hub
|
| 24 |
|
| 25 |
-
httpx
|
| 26 |
flask
|
| 27 |
pillow
|
| 28 |
safetensors
|
|
|
|
| 1 |
+
torch
|
| 2 |
+
torchvision
|
| 3 |
+
torchaudio
|
| 4 |
+
pytorch-lightning
|
| 5 |
einops
|
| 6 |
omegaconf
|
| 7 |
deepspeed
|
|
|
|
| 12 |
PyMCubes
|
| 13 |
trimesh
|
| 14 |
rembg
|
| 15 |
+
transformers
|
| 16 |
+
diffusers
|
| 17 |
bitsandbytes
|
| 18 |
imageio[ffmpeg]
|
| 19 |
xatlas
|
| 20 |
plyfile
|
| 21 |
+
xformers
|
| 22 |
git+https://github.com/NVlabs/nvdiffrast/
|
| 23 |
huggingface-hub
|
| 24 |
|
| 25 |
+
httpx
|
| 26 |
flask
|
| 27 |
pillow
|
| 28 |
safetensors
|