Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,5 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
---
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
---
|
| 4 |
+
after loading the models you cna 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
|