nisten commited on
Commit
6fa6593
1 Parent(s): 8fda89e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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-0000* > orpo4ns.gguf
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