Update README.md
Browse files
README.md
CHANGED
@@ -48,3 +48,16 @@ slices:
|
|
48 |
model:
|
49 |
path: ../CodeLlama-70b-Instruct-hf
|
50 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
48 |
model:
|
49 |
path: ../CodeLlama-70b-Instruct-hf
|
50 |
```
|
51 |
+
|
52 |
+
To reunite each file after downloading do
|
53 |
+
```bash
|
54 |
+
cat BigCodeLlama-169b-q2k.gguf.part0 BigCodeLlama-169b-q2k.gguf.part1 > BigCodeLlama-169b-q2k.gguf
|
55 |
+
|
56 |
+
cat BigCodeLlama-169b-q3km.gguf.part0 BigCodeLlama-169b-q3km.gguf.part1 > BigCodeLlama-169b-q3km.gguf
|
57 |
+
|
58 |
+
cat BigCodeLlama-169b-q4ks.gguf.part0 BigCodeLlama-169b-q4ks.gguf.part1 > BigCodeLlama-169b-q4ks.gguf
|
59 |
+
|
60 |
+
cat BigCodeLlama-169b-q5km.gguf.part0 BigCodeLlama-169b-q5km.gguf.part1 BigCodeLlama-169b-q5km.gguf.part2 > BigCodeLlama-169b-q5km.gguf
|
61 |
+
|
62 |
+
cat BigCodeLlama-169b-q8.gguf.part0 BigCodeLlama-169b-q8.gguf.part1 BigCodeLlama-169b-q8.gguf.part2 BigCodeLlama-169b-q8.gguf.part3 > BigCodeLlama-169b-q8.gguf
|
63 |
+
```
|