Upload InternRobotics_VLAC_0.py with huggingface_hub
Browse files- InternRobotics_VLAC_0.py +4 -1
InternRobotics_VLAC_0.py
CHANGED
|
@@ -1,8 +1,11 @@
|
|
| 1 |
# /// script
|
| 2 |
# requires-python = ">=3.12"
|
| 3 |
# dependencies = [
|
| 4 |
-
# "transformers",
|
| 5 |
# "torch",
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
# ]
|
| 7 |
# ///
|
| 8 |
|
|
|
|
| 1 |
# /// script
|
| 2 |
# requires-python = ">=3.12"
|
| 3 |
# dependencies = [
|
|
|
|
| 4 |
# "torch",
|
| 5 |
+
# "torchvision",
|
| 6 |
+
# "transformers",
|
| 7 |
+
# "accelerate",
|
| 8 |
+
# "peft",
|
| 9 |
# ]
|
| 10 |
# ///
|
| 11 |
|