Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +22 -18
requirements.txt
CHANGED
@@ -1,16 +1,16 @@
|
|
1 |
uvicorn
|
2 |
|
3 |
-
spaces
|
4 |
|
5 |
-
accelerate
|
6 |
|
7 |
-
|
8 |
|
9 |
-
|
10 |
|
11 |
-
|
12 |
|
13 |
-
|
14 |
|
15 |
paramiko
|
16 |
|
@@ -18,26 +18,27 @@ hf-transfer
|
|
18 |
|
19 |
huggingface_hub[hf_transfer]
|
20 |
|
21 |
-
opencv-python
|
22 |
|
23 |
Pillow
|
24 |
|
25 |
#xformers==0.0.29.post1
|
26 |
-
xformers
|
27 |
-
|
28 |
#xformers --index-url https://download.pytorch.org/whl/cu124
|
29 |
|
30 |
-
|
31 |
|
32 |
#xformers==0.0.30.dev967
|
33 |
|
34 |
numpy==1.25.2
|
35 |
|
36 |
-
scipy
|
37 |
|
38 |
#git+https://github.com/ford442/diffusers.git@upcast_64_cuda_sched
|
39 |
|
40 |
-
diffusers
|
|
|
|
|
41 |
|
42 |
cyper
|
43 |
|
@@ -45,20 +46,23 @@ git+https://github.com/ford442/image_gen_aux.git@1ink
|
|
45 |
|
46 |
cython
|
47 |
|
48 |
-
tabulate
|
49 |
|
50 |
-
triton
|
51 |
|
52 |
#gradio[oauth]==5.11.0
|
53 |
-
#pybind11
|
54 |
|
55 |
-
|
|
|
|
|
|
|
|
|
56 |
|
57 |
#git+https://github.com/ford442/hidet.git@thread
|
58 |
|
59 |
-
torchvision
|
60 |
|
61 |
-
apache-tvm
|
62 |
|
63 |
#torch_tensorrt
|
64 |
|
|
|
1 |
uvicorn
|
2 |
|
3 |
+
#spaces
|
4 |
|
5 |
+
git+https://github.com/huggingface/accelerate.git
|
6 |
|
7 |
+
git+https://github.com/huggingface/transformers.git
|
8 |
|
9 |
+
git+https://github.com/huggingface/safetensors.git
|
10 |
|
11 |
+
#pynvml
|
12 |
|
13 |
+
pipeline
|
14 |
|
15 |
paramiko
|
16 |
|
|
|
18 |
|
19 |
huggingface_hub[hf_transfer]
|
20 |
|
21 |
+
#opencv-python
|
22 |
|
23 |
Pillow
|
24 |
|
25 |
#xformers==0.0.29.post1
|
26 |
+
#xformers
|
|
|
27 |
#xformers --index-url https://download.pytorch.org/whl/cu124
|
28 |
|
29 |
+
git+https://github.com/facebookresearch/xformers.git
|
30 |
|
31 |
#xformers==0.0.30.dev967
|
32 |
|
33 |
numpy==1.25.2
|
34 |
|
35 |
+
#scipy
|
36 |
|
37 |
#git+https://github.com/ford442/diffusers.git@upcast_64_cuda_sched
|
38 |
|
39 |
+
git+https://github.com/huggingface/diffusers.git
|
40 |
+
|
41 |
+
#diffusers==0.32.0
|
42 |
|
43 |
cyper
|
44 |
|
|
|
46 |
|
47 |
cython
|
48 |
|
49 |
+
#tabulate
|
50 |
|
51 |
+
#triton
|
52 |
|
53 |
#gradio[oauth]==5.11.0
|
|
|
54 |
|
55 |
+
pybind11
|
56 |
+
|
57 |
+
pycuda
|
58 |
+
|
59 |
+
#hidet
|
60 |
|
61 |
#git+https://github.com/ford442/hidet.git@thread
|
62 |
|
63 |
+
#torchvision
|
64 |
|
65 |
+
#apache-tvm
|
66 |
|
67 |
#torch_tensorrt
|
68 |
|