Update README.md
Browse files
README.md
CHANGED
@@ -12,7 +12,7 @@ Wrote a bit of custom c++ to avoid quantizing certain layers, tested fully compa
|
|
12 |
To put it all asa single file ( this is not needed with llama.cpp as it will autodetect the chunks but can help troubleshooting ollama)
|
13 |
|
14 |
```
|
15 |
-
cat orpo4ns
|
16 |
|
17 |
```
|
18 |
careful this can take 5 minutes or up to 10-15 on slow instances, check progress with ls -la
|
|
|
12 |
To put it all asa single file ( this is not needed with llama.cpp as it will autodetect the chunks but can help troubleshooting ollama)
|
13 |
|
14 |
```
|
15 |
+
cat orpo4ns.gguf.part* > orpo4ns.gguf
|
16 |
|
17 |
```
|
18 |
careful this can take 5 minutes or up to 10-15 on slow instances, check progress with ls -la
|