Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -6,9 +6,9 @@ python-dotenv==1.0.0
|
|
6 |
|
7 |
# ===== AI/ML (LOCKED VERSIONS) =====
|
8 |
torch==1.13.1 --extra-index-url https://download.pytorch.org/whl/cpu
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
accelerate==0.18.0
|
13 |
sentencepiece==0.1.99
|
14 |
|
|
|
6 |
|
7 |
# ===== AI/ML (LOCKED VERSIONS) =====
|
8 |
torch==1.13.1 --extra-index-url https://download.pytorch.org/whl/cpu
|
9 |
+
huggingface-hub==0.19.0
|
10 |
+
transformers==4.30.0
|
11 |
+
diffusers==0.19.0
|
12 |
accelerate==0.18.0
|
13 |
sentencepiece==0.1.99
|
14 |
|