Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
@@ -10,9 +10,10 @@ torch
|
|
10 |
torchvision
|
11 |
einops
|
12 |
jaxtyping
|
13 |
-
transformers==4.45.2
|
14 |
diffusers==0.30.3
|
15 |
git+https://github.com/facebookresearch/pytorch3d.git
|
16 |
gradio==4.44.1
|
17 |
-
|
18 |
-
|
|
|
|
|
|
10 |
torchvision
|
11 |
einops
|
12 |
jaxtyping
|
|
|
13 |
diffusers==0.30.3
|
14 |
git+https://github.com/facebookresearch/pytorch3d.git
|
15 |
gradio==4.44.1
|
16 |
+
bitsandbytes
|
17 |
+
tensorflow-cpu
|
18 |
+
protobuf==3.19.6
|
19 |
+
transformers==4.45.2
|