Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +2 -3
requirements.txt
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
-
|
2 |
-
huggingface-hub==0.13.4 # Contains cached_download
|
3 |
|
4 |
# ===== CORE API =====
|
5 |
fastapi==0.95.2
|
@@ -10,7 +9,7 @@ python-dotenv==1.0.0
|
|
10 |
# ===== AI/ML (PERFECTLY COMPATIBLE VERSIONS) =====
|
11 |
torch==1.13.1 --extra-index-url https://download.pytorch.org/whl/cpu
|
12 |
transformers==4.28.1
|
13 |
-
diffusers==0.14.0
|
14 |
accelerate==0.18.0
|
15 |
sentencepiece==0.1.99
|
16 |
|
|
|
1 |
+
huggingface-hub==0.13.4
|
|
|
2 |
|
3 |
# ===== CORE API =====
|
4 |
fastapi==0.95.2
|
|
|
9 |
# ===== AI/ML (PERFECTLY COMPATIBLE VERSIONS) =====
|
10 |
torch==1.13.1 --extra-index-url https://download.pytorch.org/whl/cpu
|
11 |
transformers==4.28.1
|
12 |
+
diffusers==0.14.0
|
13 |
accelerate==0.18.0
|
14 |
sentencepiece==0.1.99
|
15 |
|