Update README.md
Browse files
README.md
CHANGED
@@ -5,10 +5,10 @@ license: cc-by-nc-4.0
|
|
5 |
# Command R+ GGUF
|
6 |
|
7 |
## Description
|
8 |
-
This repository contains
|
9 |
|
10 |
## Concatenating Weights
|
11 |
For every variant (except Q2_K), you must concatenate the weights, as they exceed the 50 GB single file size limit on HuggingFace. You can accomplish this using the `cat` command on Linux (example for the Q3 variant):
|
12 |
```bash
|
13 |
-
cat command-r-plus-Q3_K_L
|
14 |
```
|
|
|
5 |
# Command R+ GGUF
|
6 |
|
7 |
## Description
|
8 |
+
This repository contains GGUF weights for the `llama.cpp`
|
9 |
|
10 |
## Concatenating Weights
|
11 |
For every variant (except Q2_K), you must concatenate the weights, as they exceed the 50 GB single file size limit on HuggingFace. You can accomplish this using the `cat` command on Linux (example for the Q3 variant):
|
12 |
```bash
|
13 |
+
cat command-r-plus-Q3_K_L.gguf.* > command-r-plus-Q3_K_L.gguf
|
14 |
```
|