Upload vlm-streaming-sft-unsloth-qwen.py with huggingface_hub
Browse files
vlm-streaming-sft-unsloth-qwen.py
CHANGED
|
@@ -3,9 +3,10 @@
|
|
| 3 |
# dependencies = [
|
| 4 |
# "unsloth",
|
| 5 |
# "datasets",
|
| 6 |
-
# "trl",
|
| 7 |
# "huggingface_hub[hf_transfer]",
|
| 8 |
# "trackio",
|
|
|
|
| 9 |
# ]
|
| 10 |
# ///
|
| 11 |
"""
|
|
|
|
| 3 |
# dependencies = [
|
| 4 |
# "unsloth",
|
| 5 |
# "datasets",
|
| 6 |
+
# "trl>=0.16",
|
| 7 |
# "huggingface_hub[hf_transfer]",
|
| 8 |
# "trackio",
|
| 9 |
+
# "transformers>=4.51",
|
| 10 |
# ]
|
| 11 |
# ///
|
| 12 |
"""
|