TheBloke commited on
Commit
873ed1a
1 Parent(s): 3705d23

Initial GGML model commit

Browse files
Files changed (1) hide show
  1. README.md +29 -39
README.md CHANGED
@@ -21,12 +21,16 @@ license: other
21
 
22
  These files are GGML format model files for [LmSys' Long Chat 7B](https://huggingface.co/lmsys/longchat-7b-16k).
23
 
24
- GGML files are for CPU + GPU inference using [llama.cpp](https://github.com/ggerganov/llama.cpp) and libraries and UIs which support this format, such as:
25
- * [text-generation-webui](https://github.com/oobabooga/text-generation-webui)
26
- * [KoboldCpp](https://github.com/LostRuins/koboldcpp)
27
- * [LoLLMS Web UI](https://github.com/ParisNeo/lollms-webui)
28
- * [llama-cpp-python](https://github.com/abetlen/llama-cpp-python)
29
- * [ctransformers](https://github.com/marella/ctransformers)
 
 
 
 
30
 
31
  ## Repositories available
32
 
@@ -37,17 +41,9 @@ GGML files are for CPU + GPU inference using [llama.cpp](https://github.com/gger
37
  <!-- compatibility_ggml start -->
38
  ## Compatibility
39
 
40
- ### Original llama.cpp quant methods: `q4_0, q4_1, q5_0, q5_1, q8_0`
41
-
42
- I have quantized these 'original' quantisation methods using an older version of llama.cpp so that they remain compatible with llama.cpp as of May 19th, commit `2d5db48`.
43
-
44
- These are guaranteed to be compatbile with any UIs, tools and libraries released since late May.
45
 
46
- ### New k-quant methods: `q2_K, q3_K_S, q3_K_M, q3_K_L, q4_K_S, q4_K_M, q5_K_S, q6_K`
47
-
48
- These new quantisation methods are compatible with llama.cpp as of June 6th, commit `2d43387`.
49
-
50
- They are now also compatible with recent releases of text-generation-webui, KoboldCpp, llama-cpp-python and ctransformers. Other tools and libraries may or may not be compatible - check their documentation if in doubt.
51
 
52
  ## Explanation of the new k-quant methods
53
 
@@ -57,7 +53,8 @@ The new methods available are:
57
  * GGML_TYPE_Q4_K - "type-1" 4-bit quantization in super-blocks containing 8 blocks, each block having 32 weights. Scales and mins are quantized with 6 bits. This ends up using 4.5 bpw.
58
  * GGML_TYPE_Q5_K - "type-1" 5-bit quantization. Same super-block structure as GGML_TYPE_Q4_K resulting in 5.5 bpw
59
  * GGML_TYPE_Q6_K - "type-0" 6-bit quantization. Super-blocks with 16 blocks, each block having 16 weights. Scales are quantized with 8 bits. This ends up using 6.5625 bpw
60
- * GGML_TYPE_Q8_K - "type-0" 8-bit quantization. Only used for quantizing intermediate results. The difference to the existing Q8_0 is that the block size is 256. All 2-6 bit dot products are implemented for this quantization type.
 
61
 
62
  Refer to the Provided Files table below to see what files use which methods, and how.
63
  <!-- compatibility_ggml end -->
@@ -65,36 +62,29 @@ Refer to the Provided Files table below to see what files use which methods, and
65
  ## Provided files
66
  | Name | Quant method | Bits | Size | Max RAM required | Use case |
67
  | ---- | ---- | ---- | ---- | ---- | ----- |
68
- | longchat-7b-16k.ggmlv3.q2_K.bin | q2_K | 2 | 2.87 GB | 5.37 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. |
69
- | longchat-7b-16k.ggmlv3.q3_K_L.bin | q3_K_L | 3 | 3.60 GB | 6.10 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 |
70
- | longchat-7b-16k.ggmlv3.q3_K_M.bin | q3_K_M | 3 | 3.28 GB | 5.78 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 |
71
- | longchat-7b-16k.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 |
72
- | longchat-7b-16k.ggmlv3.q4_K_M.bin | q4_K_M | 4 | 4.08 GB | 6.58 GB | New k-quant method. Uses GGML_TYPE_Q6_K for half of the attention.wv and feed_forward.w2 tensors, else GGML_TYPE_Q4_K |
73
- | longchat-7b-16k.ggmlv3.q4_K_S.bin | q4_K_S | 4 | 3.83 GB | 6.33 GB | New k-quant method. Uses GGML_TYPE_Q4_K for all tensors |
74
- | longchat-7b-16k.ggmlv3.q5_K_M.bin | q5_K_M | 5 | 4.78 GB | 7.28 GB | New k-quant method. Uses GGML_TYPE_Q6_K for half of the attention.wv and feed_forward.w2 tensors, else GGML_TYPE_Q5_K |
75
- | longchat-7b-16k.ggmlv3.q5_K_S.bin | q5_K_S | 5 | 4.65 GB | 7.15 GB | New k-quant method. Uses GGML_TYPE_Q5_K for all tensors |
76
- | longchat-7b-16k.ggmlv3.q6_K.bin | q6_K | 6 | 5.53 GB | 8.03 GB | New k-quant method. Uses GGML_TYPE_Q8_K - 6-bit quantization - for all tensors |
77
 
78
  **Note**: the above RAM figures assume no GPU offloading. If layers are offloaded to the GPU, this will reduce RAM usage and use VRAM instead.
79
 
80
- ## How to run in `llama.cpp`
81
 
82
- I use the following command line; adjust for your tastes and needs:
83
 
84
  ```
85
- ./main -t 10 -ngl 32 -m longchat-7b-16k.ggmlv3.q5_0.bin --color -c 2048 --temp 0.7 --repeat_penalty 1.1 -n -1 -p "### Instruction: Write a story about llamas\n### Response:"
86
  ```
87
- If you're able to use full GPU offloading, you should use `-t 1` to get best performance.
88
-
89
- If not able to fully offload to GPU, you should use more cores. Change `-t 10` to the number of physical CPU cores you have, or a lower number depending on what gives best performance.
90
-
91
- Change `-ngl 32` to the number of layers to offload to GPU. Remove it if you don't have GPU acceleration.
92
-
93
- If you want to have a chat-style conversation, replace the `-p <PROMPT>` argument with `-i -ins`
94
 
95
- ## How to run in `text-generation-webui`
96
 
97
- Further instructions here: [text-generation-webui/docs/llama.cpp-models.md](https://github.com/oobabooga/text-generation-webui/blob/main/docs/llama.cpp-models.md).
98
 
99
  <!-- footer start -->
100
  ## Discord
@@ -154,7 +144,7 @@ The primary use of longchat-7b-16k is for research purposes.
154
  The primary intended users of the model are researchers in natural language processing, machine learning, and artificial intelligence.
155
 
156
  ## Training dataset
157
- 80K conversations collected from ShareGPT.com.
158
 
159
  ## Evaluation dataset
160
  A preliminary evaluation of the model quality is conducted by our released [LongEval](https://github.com/DachengLi1/LongChat).
 
21
 
22
  These files are GGML format model files for [LmSys' Long Chat 7B](https://huggingface.co/lmsys/longchat-7b-16k).
23
 
24
+ These are RoPE GGMLs with an increased context length. RoPE - Rotated Positional Encoding - expands context beyond what was originally possible for a model. It was discovered and developed by [kaiokendev](https://huggingface.co/kaiokendev).
25
+
26
+ In order to use the increased context length, you can presently use:
27
+ * [KoboldCpp](https://github.com/LostRuins/koboldcpp) - [release 1.33](https://github.com/LostRuins/koboldcpp/releases/tag/v1.33) or later.
28
+
29
+ Support is also expected to come to llama.cpp, however work is still being done to find the optimal implementation.
30
+
31
+ To use the increased context with KoboldCpp, use `--contextsize` to set the desired context, eg `--contextsize 4096` or `--contextsize 8192` or `--contextsize 16384`.
32
+
33
+ **NOTE**: Increased context length is an area seeing rapid developments and improvements. It is quite possible that these models may be superseded by new developments in the coming days. If that's the case, I will remove them, or update this README as appropriate.
34
 
35
  ## Repositories available
36
 
 
41
  <!-- compatibility_ggml start -->
42
  ## Compatibility
43
 
44
+ These GGMLs will work with any llama.cpp-compatible GGML client that supports k-quants.
 
 
 
 
45
 
46
+ However the increased context length won't work without specific support. See the note in the introduction for details on using increased context.
 
 
 
 
47
 
48
  ## Explanation of the new k-quant methods
49
 
 
53
  * GGML_TYPE_Q4_K - "type-1" 4-bit quantization in super-blocks containing 8 blocks, each block having 32 weights. Scales and mins are quantized with 6 bits. This ends up using 4.5 bpw.
54
  * GGML_TYPE_Q5_K - "type-1" 5-bit quantization. Same super-block structure as GGML_TYPE_Q4_K resulting in 5.5 bpw
55
  * GGML_TYPE_Q6_K - "type-0" 6-bit quantization. Super-blocks with 16 blocks, each block having 16 weights. Scales are quantized with 8 bits. This ends up using 6.5625 bpw
56
+ * GGML_TYPE_Q8_K - "type-0" 8-bit quantization. Only used for quantizing intermediate results. The difference to the existing Q8_0 is that the block size is 256. All 2-6 bit dot produc
57
+ ts are implemented for this quantization type.
58
 
59
  Refer to the Provided Files table below to see what files use which methods, and how.
60
  <!-- compatibility_ggml end -->
 
62
  ## Provided files
63
  | Name | Quant method | Bits | Size | Max RAM required | Use case |
64
  | ---- | ---- | ---- | ---- | ---- | ----- |
65
+ | longchat-7b-16k.ggmlv3.q2_K.bin | q2_K | 2 | 5.51 GB | 8.01 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. |
66
+ | longchat-7b-16k.ggmlv3.q3_K_L.bin | q3_K_L | 3 | 6.93 GB | 9.43 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 |
67
+ | longchat-7b-16k.ggmlv3.q3_K_M.bin | q3_K_M | 3 | 6.31 GB | 8.81 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 |
68
+ | longchat-7b-16k.ggmlv3.q3_K_S.bin | q3_K_S | 3 | 5.66 GB | 8.16 GB | New k-quant method. Uses GGML_TYPE_Q3_K for all tensors |
69
+ | longchat-7b-16k.ggmlv3.q4_K_M.bin | q4_K_M | 4 | 7.87 GB | 10.37 GB | New k-quant method. Uses GGML_TYPE_Q6_K for half of the attention.wv and feed_forward.w2 tensors, else GGML_TYPE_Q4_K |
70
+ | longchat-7b-16k.ggmlv3.q4_K_S.bin | q4_K_S | 4 | 7.37 GB | 9.87 GB | New k-quant method. Uses GGML_TYPE_Q4_K for all tensors |
71
+ | longchat-7b-16k.ggmlv3.q5_K_M.bin | q5_K_M | 5 | 9.23 GB | 11.73 GB | New k-quant method. Uses GGML_TYPE_Q6_K for half of the attention.wv and feed_forward.w2 tensors, else GGML_TYPE_Q5_K |
72
+ | longchat-7b-16k.ggmlv3.q5_K_S.bin | q5_K_S | 5 | 8.97 GB | 11.47 GB | New k-quant method. Uses GGML_TYPE_Q5_K for all tensors |
73
+ | longchat-7b-16k.ggmlv3.q6_K.bin | q6_K | 6 | 10.68 GB | 13.18 GB | New k-quant method. Uses GGML_TYPE_Q8_K - 6-bit quantization - for all tensors |
74
 
75
  **Note**: the above RAM figures assume no GPU offloading. If layers are offloaded to the GPU, this will reduce RAM usage and use VRAM instead.
76
 
77
+ ## How to run in `koboldcpp`
78
 
79
+ On Linux I use the following command line to launch the KoboldCpp UI with OpenCL aceleration and a context size of 4096:
80
 
81
  ```
82
+ python ./koboldcpp.py --stream --unbantokens --threads 8 --usecublas --gpulayers 100 longchat-7b-16k.ggmlv3.q4_K_M.bin
83
  ```
 
 
 
 
 
 
 
84
 
85
+ Change `--gpulayers 100` to the number of layers you want/are able to offload to the GPU. Remove it if you don't have GPU acceleration.
86
 
87
+ For OpenCL acceleration, change `--usecublas` to `--useclblast 0 0`. You may need to change the second `0` to `1` if you have both an iGPU and a discrete GPU.
88
 
89
  <!-- footer start -->
90
  ## Discord
 
144
  The primary intended users of the model are researchers in natural language processing, machine learning, and artificial intelligence.
145
 
146
  ## Training dataset
147
+ 18K conversations collected from ShareGPT.com.
148
 
149
  ## Evaluation dataset
150
  A preliminary evaluation of the model quality is conducted by our released [LongEval](https://github.com/DachengLi1/LongChat).