Spaces:
Sleeping
Sleeping
Commit Β·
e4126f3
1
Parent(s): f004baa
updated requirements
Browse files- requirements.txt +16 -1
requirements.txt
CHANGED
|
@@ -1,7 +1,22 @@
|
|
|
|
|
| 1 |
fastapi==0.135.2
|
| 2 |
uvicorn==0.42.0
|
| 3 |
pydantic==2.12.5
|
| 4 |
openai==2.30.0
|
| 5 |
python-dotenv==1.2.2
|
|
|
|
|
|
|
|
|
|
| 6 |
pytest==9.0.2
|
| 7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# ββ Core API dependencies βββββββββββββββββββββββββββββββββ
|
| 2 |
fastapi==0.135.2
|
| 3 |
uvicorn==0.42.0
|
| 4 |
pydantic==2.12.5
|
| 5 |
openai==2.30.0
|
| 6 |
python-dotenv==1.2.2
|
| 7 |
+
huggingface_hub==1.8.0
|
| 8 |
+
|
| 9 |
+
# ββ Testing βββββββββββββββββββββββββββββββββββββββββββββββ
|
| 10 |
pytest==9.0.2
|
| 11 |
+
|
| 12 |
+
# ββ OpenEnv validator βββββββββββββββββββββββββββββββββββββ
|
| 13 |
+
openenv-core>=0.2.0
|
| 14 |
+
|
| 15 |
+
# ββ Round 2: Training pipeline ββββββββββββββββββββββββββββ
|
| 16 |
+
matplotlib>=3.7.0
|
| 17 |
+
requests>=2.31.0
|
| 18 |
+
datasets>=2.14.0
|
| 19 |
+
|
| 20 |
+
# ββ Round 2: Training (GPU only β venue machine) ββββββββββ
|
| 21 |
+
# Install these ONLY on venue GPU machine:
|
| 22 |
+
# pip install unsloth trl transformers accelerate bitsandbytes
|