Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
---
|
| 4 |
-
after loading the models you
|
| 5 |
-
.\llama.cpp\build\bin\Release\llama-gguf-split.exe --merge .\mymodels\model_name-00001-of-00004.gguf .\mymodels\model_name-merged.gguf
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
---
|
| 4 |
+
after loading the models you can merge into a single file
|
| 5 |
+
.\llama.cpp\build\bin\Release\llama-gguf-split.exe --merge .\mymodels\model_name-00001-of-00004.gguf .\mymodels\model_name-merged.gguf
|
| 6 |
+
|
| 7 |
+
base model: https://huggingface.co/Kwaipilot/KAT-Dev-72B-Exp
|