Upload ms-swift/examples/export/ollama.sh with huggingface_hub
Browse files
ms-swift/examples/export/ollama.sh
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
swift export \
|
| 2 |
+
--model Qwen/Qwen2.5-1.5B-Instruct \
|
| 3 |
+
--to_ollama true \
|
| 4 |
+
--output_dir Qwen2.5-1.5B-Instruct-ollama
|