Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +27 -0
requirements.txt
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
gradio==6.13.0
|
| 17 |
+
matplotlib>=3.7.0
|
| 18 |
+
requests>=2.31.0
|
| 19 |
+
datasets>=2.14.0
|
| 20 |
+
numpy>=1.26.0
|
| 21 |
+
Pillow>=10.0.0
|
| 22 |
+
|
| 23 |
+
aiofiles
|
| 24 |
+
|
| 25 |
+
# ββ Round 2: Training (GPU only β venue machine) ββββββββββ
|
| 26 |
+
# Install these ONLY on venue GPU machine:
|
| 27 |
+
# pip install unsloth trl transformers accelerate bitsandbytes
|