Update README.md
Browse files
README.md
CHANGED
|
@@ -77,7 +77,6 @@ Refer to the Provided Files table below to see what files use which methods, and
|
|
| 77 |
## Provided files
|
| 78 |
| Name | Quant method | Bits | Size | Max RAM required | Use case |
|
| 79 |
| ---- | ---- | ---- | ---- | ---- | ----- |
|
| 80 |
-
| guanaco-7B.ggmlv3.q3_K_S.bin | q3_K_S | 3 | 2.95 GB| 5.45 GB | New k-quant method. Uses GGML_TYPE_Q3_K for all tensors |
|
| 81 |
| guanaco-7B.ggmlv3.q2_K.bin | q2_K | 2 | 2.80 GB| 5.30 GB | New k-quant method. Uses GGML_TYPE_Q4_K for the attention.vw and feed_forward.w2 tensors, GGML_TYPE_Q2_K for the other tensors. |
|
| 82 |
| guanaco-7B.ggmlv3.q3_K_L.bin | q3_K_L | 3 | 3.55 GB| 6.05 GB | New k-quant method. Uses GGML_TYPE_Q5_K for the attention.wv, attention.wo, and feed_forward.w2 tensors, else GGML_TYPE_Q3_K |
|
| 83 |
| guanaco-7B.ggmlv3.q3_K_M.bin | q3_K_M | 3 | 3.23 GB| 5.73 GB | New k-quant method. Uses GGML_TYPE_Q4_K for the attention.wv, attention.wo, and feed_forward.w2 tensors, else GGML_TYPE_Q3_K |
|
|
|
|
| 77 |
## Provided files
|
| 78 |
| Name | Quant method | Bits | Size | Max RAM required | Use case |
|
| 79 |
| ---- | ---- | ---- | ---- | ---- | ----- |
|
|
|
|
| 80 |
| guanaco-7B.ggmlv3.q2_K.bin | q2_K | 2 | 2.80 GB| 5.30 GB | New k-quant method. Uses GGML_TYPE_Q4_K for the attention.vw and feed_forward.w2 tensors, GGML_TYPE_Q2_K for the other tensors. |
|
| 81 |
| guanaco-7B.ggmlv3.q3_K_L.bin | q3_K_L | 3 | 3.55 GB| 6.05 GB | New k-quant method. Uses GGML_TYPE_Q5_K for the attention.wv, attention.wo, and feed_forward.w2 tensors, else GGML_TYPE_Q3_K |
|
| 82 |
| guanaco-7B.ggmlv3.q3_K_M.bin | q3_K_M | 3 | 3.23 GB| 5.73 GB | New k-quant method. Uses GGML_TYPE_Q4_K for the attention.wv, attention.wo, and feed_forward.w2 tensors, else GGML_TYPE_Q3_K |
|