Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
90ead67
1
Parent(s):
70e1053
first lora
Browse files- requirements.txt +7 -7
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
-
accelerate
|
2 |
-
bitsandbytes
|
3 |
deepspeed
|
4 |
-
diffusers
|
5 |
einops
|
6 |
huggingface-hub
|
7 |
imageio[ffmpeg]
|
@@ -10,13 +10,13 @@ omegaconf
|
|
10 |
peft
|
11 |
plyfile
|
12 |
PyMCubes
|
13 |
-
pytorch-lightning
|
14 |
rembg
|
15 |
sentencepiece
|
16 |
tensorboard
|
17 |
-
torch==2.
|
18 |
-
torchvision
|
19 |
-
torchaudio
|
20 |
torchmetrics
|
21 |
transformers==4.34.1
|
22 |
trimesh
|
|
|
1 |
+
accelerate==1.0.1
|
2 |
+
bitsandbytes==0.44.1
|
3 |
deepspeed
|
4 |
+
diffusers==0.19.3
|
5 |
einops
|
6 |
huggingface-hub
|
7 |
imageio[ffmpeg]
|
|
|
10 |
peft
|
11 |
plyfile
|
12 |
PyMCubes
|
13 |
+
pytorch-lightning==2.1.2
|
14 |
rembg
|
15 |
sentencepiece
|
16 |
tensorboard
|
17 |
+
torch==2.1.0
|
18 |
+
torchvision==0.16.0
|
19 |
+
torchaudio==2.1.0
|
20 |
torchmetrics
|
21 |
transformers==4.34.1
|
22 |
trimesh
|