Upload LiquidAI_LFM2-VL-3B_1.py with huggingface_hub
Browse files- LiquidAI_LFM2-VL-3B_1.py +5 -0
LiquidAI_LFM2-VL-3B_1.py
CHANGED
|
@@ -1,9 +1,14 @@
|
|
| 1 |
# /// script
|
| 2 |
# requires-python = ">=3.12"
|
| 3 |
# dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
# "torch",
|
| 5 |
# "torchvision",
|
| 6 |
# "transformers",
|
|
|
|
| 7 |
# "diffusers",
|
| 8 |
# "sentence-transformers",
|
| 9 |
# "accelerate",
|
|
|
|
| 1 |
# /// script
|
| 2 |
# requires-python = ">=3.12"
|
| 3 |
# dependencies = [
|
| 4 |
+
# "numpy",
|
| 5 |
+
# "einops",
|
| 6 |
+
# "pandas",
|
| 7 |
+
# "protobuf",
|
| 8 |
# "torch",
|
| 9 |
# "torchvision",
|
| 10 |
# "transformers",
|
| 11 |
+
# "timm",
|
| 12 |
# "diffusers",
|
| 13 |
# "sentence-transformers",
|
| 14 |
# "accelerate",
|