fix for join commands
#2
by
orbiter
- opened
obviously a copy-paste bug, here the correct lines:
cat codellama-70b-instruct.Q6_K.gguf-split-* > codellama-70b-instruct.Q6_K.gguf
cat codellama-70b-instruct.Q8_0.gguf-split-* > codellama-70b-instruct.Q8_0.gguf
I assume you meant to post this in my CodeLlama repo
But I see no issue in the instructions in the CodeLlama 70B Instruct repo? The instructions there are:
cat codellama-70b-instruct.Q6_K.gguf-split-* > codellama-70b-instruct.Q6_K.gguf && rm codellama-70b-instruct.Q6_K.gguf-split-*
cat codellama-70b-instruct.Q8_0.gguf-split-* > codellama-70b-instruct.Q8_0.gguf && rm codellama-70b-instruct.Q8_0.gguf-split-*
That's right, no?