Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files- README.md +1 -1
- requirements.txt +6 -1
README.md
CHANGED
|
@@ -400,7 +400,7 @@ crisis_logistics_env/
|
|
| 400 |
|
| 401 |
| Resource | Link |
|
| 402 |
|----------|------|
|
| 403 |
-
| 🤗 HuggingFace Space (live environment) | https://
|
| 404 |
| 📓 Colab Training Notebook | https://colab.research.google.com/drive/1wGXYNNYp13emNE1ThX3aqpIM3ppcU_Ty?usp=sharing |
|
| 405 |
| 📝 HuggingFace Blog Post | https://huggingface.co/spaces/roshan5emerald/logiflow-rl/blob/main/HF_MINI_BLOG.md |
|
| 406 |
|
|
|
|
| 400 |
|
| 401 |
| Resource | Link |
|
| 402 |
|----------|------|
|
| 403 |
+
| 🤗 HuggingFace Space (live environment) | https://huggingface.co/spaces/roshan5emerald/logiflow-rl
|
| 404 |
| 📓 Colab Training Notebook | https://colab.research.google.com/drive/1wGXYNNYp13emNE1ThX3aqpIM3ppcU_Ty?usp=sharing |
|
| 405 |
| 📝 HuggingFace Blog Post | https://huggingface.co/spaces/roshan5emerald/logiflow-rl/blob/main/HF_MINI_BLOG.md |
|
| 406 |
|
requirements.txt
CHANGED
|
@@ -4,4 +4,9 @@ uvicorn>=0.24.0
|
|
| 4 |
numpy>=1.26.0
|
| 5 |
gymnasium>=0.29.0
|
| 6 |
openai>=2.0.0
|
| 7 |
-
peft
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
numpy>=1.26.0
|
| 5 |
gymnasium>=0.29.0
|
| 6 |
openai>=2.0.0
|
| 7 |
+
peft>=0.13.0
|
| 8 |
+
trl>=0.12.0
|
| 9 |
+
unsloth
|
| 10 |
+
torch>=2.1.0
|
| 11 |
+
transformers>=4.45.0
|
| 12 |
+
datasets>=3.0.0
|