Spaces:
Sleeping
Sleeping
Commit
·
3b0f265
1
Parent(s):
4f9b793
req
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
@@ -1,7 +1,11 @@
|
|
|
|
|
|
|
|
1 |
torch==2.4.0
|
2 |
transformers==4.44.0
|
3 |
peft==0.12.0
|
4 |
accelerate==0.33.0
|
|
|
5 |
numpy==1.26.4
|
6 |
pandas==2.2.2
|
7 |
gradio==4.42.0
|
@@ -9,6 +13,3 @@ huggingface-hub==0.24.0
|
|
9 |
requests==2.32.0
|
10 |
packaging==24.0
|
11 |
tqdm==4.66.0
|
12 |
-
# Skip CPU-incompatible packages
|
13 |
-
# bitsandbytes
|
14 |
-
# unsloth
|
|
|
1 |
+
fastapi==0.111.0
|
2 |
+
uvicorn==0.30.1
|
3 |
+
|
4 |
torch==2.4.0
|
5 |
transformers==4.44.0
|
6 |
peft==0.12.0
|
7 |
accelerate==0.33.0
|
8 |
+
|
9 |
numpy==1.26.4
|
10 |
pandas==2.2.2
|
11 |
gradio==4.42.0
|
|
|
13 |
requests==2.32.0
|
14 |
packaging==24.0
|
15 |
tqdm==4.66.0
|
|
|
|
|
|