Spaces:
Configuration error
Configuration error
DoctorSlimm
commited on
Commit
•
7e7bc40
1
Parent(s):
9c5835b
Update requirements.txt
Browse files- requirements.txt +15 -6
requirements.txt
CHANGED
@@ -1,10 +1,19 @@
|
|
1 |
-
torch
|
2 |
-
xformers
|
3 |
-
torchvision
|
4 |
-
einops
|
5 |
Pillow
|
6 |
requests
|
7 |
datasets
|
8 |
-
|
9 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
hf-transfer==0.1.4
|
|
|
|
|
|
|
|
|
|
|
1 |
Pillow
|
2 |
requests
|
3 |
datasets
|
4 |
+
xformers>=0.0.26.post1
|
5 |
+
torch>=2.3.0
|
6 |
+
torchvision>=0.18.0
|
7 |
+
transformers>=4.40.2
|
8 |
+
huggingface-hub>=0.23.0
|
9 |
+
pillow>=10.3.0
|
10 |
+
chainlit>=1.0.506
|
11 |
+
pydantic>=2.7.1
|
12 |
+
timm>=0.9.16
|
13 |
+
openai>=1.30.1
|
14 |
+
loguru>=0.7.2
|
15 |
+
pydantic>=2.7.1
|
16 |
+
einops>=0.7.0
|
17 |
+
sse-starlette>=2.1.0
|
18 |
+
bitsandbytes>=0.43.1 # for int4 quantization
|
19 |
hf-transfer==0.1.4
|