Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +20 -0
requirements.txt
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch==2.0.1
|
2 |
+
torchvision==0.15.2
|
3 |
+
transformers==4.37.2
|
4 |
+
lmdeploy==0.5.3
|
5 |
+
pillow==10.0.1
|
6 |
+
numpy==1.24.3
|
7 |
+
scipy==1.11.3
|
8 |
+
gradio==3.38.0
|
9 |
+
requests==2.31.0
|
10 |
+
accelerate==0.30.0
|
11 |
+
bitsandbytes==0.41.3
|
12 |
+
safetensors==0.4.1
|
13 |
+
openai==1.6.1
|
14 |
+
huggingface_hub==0.19.4
|
15 |
+
packaging==23.2
|
16 |
+
pyyaml==6.0.1
|
17 |
+
tqdm==4.66.1
|
18 |
+
typing-extensions==4.10.0
|
19 |
+
timm==0.9.11
|
20 |
+
nest-asyncio==1.5.8
|