Transformers
llama
sft
TheBloke commited on
Commit
423841e
·
1 Parent(s): 681df97

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +38 -46
README.md CHANGED
@@ -7,7 +7,7 @@ language:
7
  - de
8
  - es
9
  - fr
10
- license: other
11
  model_creator: Jordan Clive
12
  model_link: https://huggingface.co/jordiclive/Llama-2-70b-oasst-1-200
13
  model_name: Open-Assistant Llama2 70B SFT OASST
@@ -18,17 +18,20 @@ tags:
18
  ---
19
 
20
  <!-- header start -->
21
- <div style="width: 100%;">
22
- <img src="https://i.imgur.com/EBdldam.jpg" alt="TheBlokeAI" style="width: 100%; min-width: 400px; display: block; margin: auto;">
 
23
  </div>
24
  <div style="display: flex; justify-content: space-between; width: 100%;">
25
  <div style="display: flex; flex-direction: column; align-items: flex-start;">
26
- <p><a href="https://discord.gg/theblokeai">Chat & support: my new Discord server</a></p>
27
  </div>
28
  <div style="display: flex; flex-direction: column; align-items: flex-end;">
29
- <p><a href="https://www.patreon.com/TheBlokeAI">Want to contribute? TheBloke's Patreon page</a></p>
30
  </div>
31
  </div>
 
 
32
  <!-- header end -->
33
 
34
  # Open-Assistant Llama2 70B SFT OASST - GGML
@@ -39,6 +42,14 @@ tags:
39
 
40
  This repo contains GGML format model files for [Jordan Clive's Open-Assistant Llama2 70B SFT OASST](https://huggingface.co/jordiclive/Llama-2-70b-oasst-1-200).
41
 
 
 
 
 
 
 
 
 
42
  GPU acceleration is now available for Llama 2 70B GGML files, with both CUDA (NVidia) and Metal (macOS). The following clients/libraries are known to work with these files, including with GPU acceleration:
43
  * [llama.cpp](https://github.com/ggerganov/llama.cpp), commit `e76d630` and later.
44
  * [text-generation-webui](https://github.com/oobabooga/text-generation-webui), the most widely used web UI.
@@ -50,19 +61,25 @@ GPU acceleration is now available for Llama 2 70B GGML files, with both CUDA (NV
50
  ## Repositories available
51
 
52
  * [GPTQ models for GPU inference, with multiple quantisation parameter options.](https://huggingface.co/TheBloke/Llama-2-70B-OASST-1-200-GPTQ)
53
- * [2, 3, 4, 5, 6 and 8-bit GGML models for CPU+GPU inference](https://huggingface.co/TheBloke/Llama-2-70B-OASST-1-200-GGML)
 
54
  * [Jordan Clive's original unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/jordiclive/Llama-2-70b-oasst-1-200)
55
 
56
  ## Prompt template: OpenAssistant
57
 
58
  ```
59
  <|prompter|>{prompt}<|endoftext|><|assistant|>
 
60
  ```
61
 
62
  <!-- compatibility_ggml start -->
63
  ## Compatibility
64
 
65
- ### Requires llama.cpp [commit `e76d630`](https://github.com/ggerganov/llama.cpp/commit/e76d630df17e235e6b9ef416c45996765d2e36fb) or later.
 
 
 
 
66
 
67
  Or one of the other tools and libraries listed above.
68
 
@@ -91,57 +108,29 @@ Refer to the Provided Files table below to see what files use which methods, and
91
  | Name | Quant method | Bits | Size | Max RAM required | Use case |
92
  | ---- | ---- | ---- | ---- | ---- | ----- |
93
  | [llama-2-70b-oasst-1-200.ggmlv3.q2_K.bin](https://huggingface.co/TheBloke/Llama-2-70B-OASST-1-200-GGML/blob/main/llama-2-70b-oasst-1-200.ggmlv3.q2_K.bin) | q2_K | 2 | 28.96 GB| 31.46 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. |
94
- | [llama-2-70b-oasst-1-200.ggmlv3.q3_K_L.bin](https://huggingface.co/TheBloke/Llama-2-70B-OASST-1-200-GGML/blob/main/llama-2-70b-oasst-1-200.ggmlv3.q3_K_L.bin) | q3_K_L | 3 | 36.49 GB| 38.99 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 |
95
- | [llama-2-70b-oasst-1-200.ggmlv3.q3_K_M.bin](https://huggingface.co/TheBloke/Llama-2-70B-OASST-1-200-GGML/blob/main/llama-2-70b-oasst-1-200.ggmlv3.q3_K_M.bin) | q3_K_M | 3 | 33.39 GB| 35.89 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 |
96
  | [llama-2-70b-oasst-1-200.ggmlv3.q3_K_S.bin](https://huggingface.co/TheBloke/Llama-2-70B-OASST-1-200-GGML/blob/main/llama-2-70b-oasst-1-200.ggmlv3.q3_K_S.bin) | q3_K_S | 3 | 30.09 GB| 32.59 GB | New k-quant method. Uses GGML_TYPE_Q3_K for all tensors |
 
 
97
  | [llama-2-70b-oasst-1-200.ggmlv3.q4_0.bin](https://huggingface.co/TheBloke/Llama-2-70B-OASST-1-200-GGML/blob/main/llama-2-70b-oasst-1-200.ggmlv3.q4_0.bin) | q4_0 | 4 | 38.80 GB| 41.30 GB | Original quant method, 4-bit. |
98
- | [llama-2-70b-oasst-1-200.ggmlv3.q4_1.bin](https://huggingface.co/TheBloke/Llama-2-70B-OASST-1-200-GGML/blob/main/llama-2-70b-oasst-1-200.ggmlv3.q4_1.bin) | q4_1 | 4 | 43.12 GB| 45.62 GB | Original quant method, 4-bit. Higher accuracy than q4_0 but not as high as q5_0. However has quicker inference than q5 models. |
99
- | [llama-2-70b-oasst-1-200.ggmlv3.q4_K_M.bin](https://huggingface.co/TheBloke/Llama-2-70B-OASST-1-200-GGML/blob/main/llama-2-70b-oasst-1-200.ggmlv3.q4_K_M.bin) | q4_K_M | 4 | 41.69 GB| 44.19 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 |
100
  | [llama-2-70b-oasst-1-200.ggmlv3.q4_K_S.bin](https://huggingface.co/TheBloke/Llama-2-70B-OASST-1-200-GGML/blob/main/llama-2-70b-oasst-1-200.ggmlv3.q4_K_S.bin) | q4_K_S | 4 | 39.18 GB| 41.68 GB | New k-quant method. Uses GGML_TYPE_Q4_K for all tensors |
 
 
101
  | [llama-2-70b-oasst-1-200.ggmlv3.q5_0.bin](https://huggingface.co/TheBloke/Llama-2-70B-OASST-1-200-GGML/blob/main/llama-2-70b-oasst-1-200.ggmlv3.q5_0.bin) | q5_0 | 5 | 47.43 GB| 49.93 GB | Original quant method, 5-bit. Higher accuracy, higher resource usage and slower inference. |
102
- | [llama-2-70b-oasst-1-200.ggmlv3.q5_K_M.bin](https://huggingface.co/TheBloke/Llama-2-70B-OASST-1-200-GGML/blob/main/llama-2-70b-oasst-1-200.ggmlv3.q5_K_M.bin) | q5_K_M | 5 | 49.03 GB| 51.53 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 |
103
  | [llama-2-70b-oasst-1-200.ggmlv3.q5_K_S.bin](https://huggingface.co/TheBloke/Llama-2-70B-OASST-1-200-GGML/blob/main/llama-2-70b-oasst-1-200.ggmlv3.q5_K_S.bin) | q5_K_S | 5 | 47.74 GB| 50.24 GB | New k-quant method. Uses GGML_TYPE_Q5_K for all tensors |
104
- | llama-2-70b-oasst-1-200.ggmlv3.q5_1.bin | q5_1 | 5 | 51.76 GB | 54.26 GB | Original quant method, 5-bit. Higher accuracy, slower inference than q5_0. |
105
- | llama-2-70b-oasst-1-200.ggmlv3.q6_K.bin | q6_K | 6 | 56.59 GB | 59.09 GB | New k-quant method. Uses GGML_TYPE_Q8_K - 6-bit quantization - for all tensors |
106
- | llama-2-70b-oasst-1-200.ggmlv3.q8_0.bin | q8_0 | 8 | 73.23 GB | 75.73 GB | Original llama.cpp quant method, 8-bit. Almost indistinguishable from float16. High resource use and slow. Not recommended for most users. |
107
 
108
  **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.
109
 
110
- ### q5_1, q6_K and q8_0 files require expansion from archive
111
-
112
- **Note:** HF does not support uploading files larger than 50GB. Therefore I have uploaded the q6_K and q8_0 files as multi-part ZIP files. They are not compressed, they are just for storing a .bin file in two parts.
113
 
114
- <details>
115
- <summary>Click for instructions regarding q5_1, q6_K and q8_0 files</summary>
116
-
117
- ### q5_1
118
- Please download:
119
- * `llama-2-70b-oasst-1-200.ggmlv3.q5_1.zip`
120
- * `llama-2-70b-oasst-1-200.ggmlv3.q5_1.z01`
121
-
122
- ### q6_K
123
- Please download:
124
- * `llama-2-70b-oasst-1-200.ggmlv3.q6_K.zip`
125
- * `llama-2-70b-oasst-1-200.ggmlv3.q6_K.z01`
126
-
127
- ### q8_0
128
- Please download:
129
- * `llama-2-70b-oasst-1-200.ggmlv3.q8_0.zip`
130
- * `llama-2-70b-oasst-1-200.ggmlv3.q8_0.z01`
131
-
132
- Then extract the .zip archive. This will will expand both parts automatically. On Linux I found I had to use `7zip` - the basic `unzip` tool did not work. Example:
133
- ```
134
- sudo apt update -y && sudo apt install 7zip
135
- 7zz x llama-2-70b-oasst-1-200.ggmlv3.q6_K.zip
136
- ```
137
- </details>
138
 
139
- ## How to run in `llama.cpp`
140
 
141
  I use the following command line; adjust for your tastes and needs:
142
 
143
  ```
144
- ./main -t 10 -ngl 40 -gqa 8 -m llama-2-70b-oasst-1-200.ggmlv3.q4_K_M.bin --color -c 4096 --temp 0.7 --repeat_penalty 1.1 -n -1 -p "<|prompter|>Write a story about llamas<|endoftext|><|assistant|>"
145
  ```
146
  Change `-t 10` to the number of physical CPU cores you have. For example if your system has 8 cores/16 threads, use `-t 8`. If you are fully offloading the model to GPU, use `-t 1`
147
 
@@ -160,6 +149,7 @@ For other parameters and how to use them, please refer to [the llama.cpp documen
160
  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).
161
 
162
  <!-- footer start -->
 
163
  ## Discord
164
 
165
  For further support, and discussions on these models and AI in general, join us at:
@@ -179,13 +169,15 @@ Donaters will get priority support on any and all AI/LLM/model questions and req
179
  * Patreon: https://patreon.com/TheBlokeAI
180
  * Ko-Fi: https://ko-fi.com/TheBlokeAI
181
 
182
- **Special thanks to**: Luke from CarbonQuill, Aemon Algiz.
183
 
184
- **Patreon special mentions**: Willem Michiel, Ajan Kanaga, Cory Kujawski, Alps Aficionado, Nikolai Manek, Jonathan Leane, Stanislav Ovsiannikov, Michael Levine, Luke Pendergrass, Sid, K, Gabriel Tamborski, Clay Pascal, Kalila, William Sang, Will Dee, Pieter, Nathan LeClaire, ya boyyy, David Flickinger, vamX, Derek Yates, Fen Risland, Jeffrey Morgan, webtim, Daniel P. Andersen, Chadd, Edmond Seymore, Pyrater, Olusegun Samson, Lone Striker, biorpg, alfie_i, Mano Prime, Chris Smitley, Dave, zynix, Trenton Dambrowitz, Johann-Peter Hartmann, Magnesian, Spencer Kim, John Detwiler, Iucharbius, Gabriel Puliatti, LangChain4j, Luke @flexchar, Vadim, Rishabh Srivastava, Preetika Verma, Ai Maven, Femi Adebogun, WelcomeToTheClub, Leonard Tan, Imad Khwaja, Steven Wood, Stefan Sabev, Sebastain Graf, usrbinkat, Dan Guido, Sam, Eugene Pentland, Mandus, transmissions 11, Slarti, Karl Bernard, Spiking Neurons AB, Artur Olbinski, Joseph William Delisle, ReadyPlayerEmma, Olakabola, Asp the Wyvern, Space Cruiser, Matthew Berman, Randy H, subjectnull, danny, John Villwock, Illia Dulskyi, Rainer Wilmers, theTransient, Pierre Kircher, Alexandros Triantafyllidis, Viktor Bowallius, terasurfer, Deep Realms, SuperWojo, senxiiz, Oscar Rangel, Alex, Stephen Murray, Talal Aujan, Raven Klaugh, Sean Connelly, Raymond Fosdick, Fred von Graf, chris gileta, Junyu Yang, Elle
185
 
186
 
187
  Thank you to all my generous patrons and donaters!
188
 
 
 
189
  <!-- footer end -->
190
 
191
  # Original model card: Jordan Clive's Open-Assistant Llama2 70B SFT OASST
 
7
  - de
8
  - es
9
  - fr
10
+ license: llama2
11
  model_creator: Jordan Clive
12
  model_link: https://huggingface.co/jordiclive/Llama-2-70b-oasst-1-200
13
  model_name: Open-Assistant Llama2 70B SFT OASST
 
18
  ---
19
 
20
  <!-- header start -->
21
+ <!-- 200823 -->
22
+ <div style="width: auto; margin-left: auto; margin-right: auto">
23
+ <img src="https://i.imgur.com/EBdldam.jpg" alt="TheBlokeAI" style="width: 100%; min-width: 400px; display: block; margin: auto;">
24
  </div>
25
  <div style="display: flex; justify-content: space-between; width: 100%;">
26
  <div style="display: flex; flex-direction: column; align-items: flex-start;">
27
+ <p style="margin-top: 0.5em; margin-bottom: 0em;"><a href="https://discord.gg/theblokeai">Chat & support: TheBloke's Discord server</a></p>
28
  </div>
29
  <div style="display: flex; flex-direction: column; align-items: flex-end;">
30
+ <p style="margin-top: 0.5em; margin-bottom: 0em;"><a href="https://www.patreon.com/TheBlokeAI">Want to contribute? TheBloke's Patreon page</a></p>
31
  </div>
32
  </div>
33
+ <div style="text-align:center; margin-top: 0em; margin-bottom: 0em"><p style="margin-top: 0.25em; margin-bottom: 0em;">TheBloke's LLM work is generously supported by a grant from <a href="https://a16z.com">andreessen horowitz (a16z)</a></p></div>
34
+ <hr style="margin-top: 1.0em; margin-bottom: 1.0em;">
35
  <!-- header end -->
36
 
37
  # Open-Assistant Llama2 70B SFT OASST - GGML
 
42
 
43
  This repo contains GGML format model files for [Jordan Clive's Open-Assistant Llama2 70B SFT OASST](https://huggingface.co/jordiclive/Llama-2-70b-oasst-1-200).
44
 
45
+ ### Important note regarding GGML files.
46
+
47
+ The GGML format has now been superseded by GGUF. As of August 21st 2023, [llama.cpp](https://github.com/ggerganov/llama.cpp) no longer supports GGML models. Third party clients and libraries are expected to still support it for a time, but many may also drop support.
48
+
49
+ Please use the GGUF models instead.
50
+
51
+ ### About GGML
52
+
53
  GPU acceleration is now available for Llama 2 70B GGML files, with both CUDA (NVidia) and Metal (macOS). The following clients/libraries are known to work with these files, including with GPU acceleration:
54
  * [llama.cpp](https://github.com/ggerganov/llama.cpp), commit `e76d630` and later.
55
  * [text-generation-webui](https://github.com/oobabooga/text-generation-webui), the most widely used web UI.
 
61
  ## Repositories available
62
 
63
  * [GPTQ models for GPU inference, with multiple quantisation parameter options.](https://huggingface.co/TheBloke/Llama-2-70B-OASST-1-200-GPTQ)
64
+ * [2, 3, 4, 5, 6 and 8-bit GGUF models for CPU+GPU inference](https://huggingface.co/TheBloke/Llama-2-70B-OASST-1-200-GGUF)
65
+ * [2, 3, 4, 5, 6 and 8-bit GGML models for CPU+GPU inference (deprecated)](https://huggingface.co/TheBloke/Llama-2-70B-OASST-1-200-GGML)
66
  * [Jordan Clive's original unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/jordiclive/Llama-2-70b-oasst-1-200)
67
 
68
  ## Prompt template: OpenAssistant
69
 
70
  ```
71
  <|prompter|>{prompt}<|endoftext|><|assistant|>
72
+
73
  ```
74
 
75
  <!-- compatibility_ggml start -->
76
  ## Compatibility
77
 
78
+ ### Works with llama.cpp [commit `e76d630`](https://github.com/ggerganov/llama.cpp/commit/e76d630df17e235e6b9ef416c45996765d2e36fb) until August 21st, 2023
79
+
80
+ Will not work with `llama.cpp` after commit [dadbed99e65252d79f81101a392d0d6497b86caa](https://github.com/ggerganov/llama.cpp/commit/dadbed99e65252d79f81101a392d0d6497b86caa).
81
+
82
+ For compatibility with latest llama.cpp, please use GGUF files instead.
83
 
84
  Or one of the other tools and libraries listed above.
85
 
 
108
  | Name | Quant method | Bits | Size | Max RAM required | Use case |
109
  | ---- | ---- | ---- | ---- | ---- | ----- |
110
  | [llama-2-70b-oasst-1-200.ggmlv3.q2_K.bin](https://huggingface.co/TheBloke/Llama-2-70B-OASST-1-200-GGML/blob/main/llama-2-70b-oasst-1-200.ggmlv3.q2_K.bin) | q2_K | 2 | 28.96 GB| 31.46 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. |
 
 
111
  | [llama-2-70b-oasst-1-200.ggmlv3.q3_K_S.bin](https://huggingface.co/TheBloke/Llama-2-70B-OASST-1-200-GGML/blob/main/llama-2-70b-oasst-1-200.ggmlv3.q3_K_S.bin) | q3_K_S | 3 | 30.09 GB| 32.59 GB | New k-quant method. Uses GGML_TYPE_Q3_K for all tensors |
112
+ | [llama-2-70b-oasst-1-200.ggmlv3.q3_K_M.bin](https://huggingface.co/TheBloke/Llama-2-70B-OASST-1-200-GGML/blob/main/llama-2-70b-oasst-1-200.ggmlv3.q3_K_M.bin) | q3_K_M | 3 | 33.39 GB| 35.89 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 |
113
+ | [llama-2-70b-oasst-1-200.ggmlv3.q3_K_L.bin](https://huggingface.co/TheBloke/Llama-2-70B-OASST-1-200-GGML/blob/main/llama-2-70b-oasst-1-200.ggmlv3.q3_K_L.bin) | q3_K_L | 3 | 36.49 GB| 38.99 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 |
114
  | [llama-2-70b-oasst-1-200.ggmlv3.q4_0.bin](https://huggingface.co/TheBloke/Llama-2-70B-OASST-1-200-GGML/blob/main/llama-2-70b-oasst-1-200.ggmlv3.q4_0.bin) | q4_0 | 4 | 38.80 GB| 41.30 GB | Original quant method, 4-bit. |
 
 
115
  | [llama-2-70b-oasst-1-200.ggmlv3.q4_K_S.bin](https://huggingface.co/TheBloke/Llama-2-70B-OASST-1-200-GGML/blob/main/llama-2-70b-oasst-1-200.ggmlv3.q4_K_S.bin) | q4_K_S | 4 | 39.18 GB| 41.68 GB | New k-quant method. Uses GGML_TYPE_Q4_K for all tensors |
116
+ | [llama-2-70b-oasst-1-200.ggmlv3.q4_K_M.bin](https://huggingface.co/TheBloke/Llama-2-70B-OASST-1-200-GGML/blob/main/llama-2-70b-oasst-1-200.ggmlv3.q4_K_M.bin) | q4_K_M | 4 | 41.69 GB| 44.19 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 |
117
+ | [llama-2-70b-oasst-1-200.ggmlv3.q4_1.bin](https://huggingface.co/TheBloke/Llama-2-70B-OASST-1-200-GGML/blob/main/llama-2-70b-oasst-1-200.ggmlv3.q4_1.bin) | q4_1 | 4 | 43.12 GB| 45.62 GB | Original quant method, 4-bit. Higher accuracy than q4_0 but not as high as q5_0. However has quicker inference than q5 models. |
118
  | [llama-2-70b-oasst-1-200.ggmlv3.q5_0.bin](https://huggingface.co/TheBloke/Llama-2-70B-OASST-1-200-GGML/blob/main/llama-2-70b-oasst-1-200.ggmlv3.q5_0.bin) | q5_0 | 5 | 47.43 GB| 49.93 GB | Original quant method, 5-bit. Higher accuracy, higher resource usage and slower inference. |
 
119
  | [llama-2-70b-oasst-1-200.ggmlv3.q5_K_S.bin](https://huggingface.co/TheBloke/Llama-2-70B-OASST-1-200-GGML/blob/main/llama-2-70b-oasst-1-200.ggmlv3.q5_K_S.bin) | q5_K_S | 5 | 47.74 GB| 50.24 GB | New k-quant method. Uses GGML_TYPE_Q5_K for all tensors |
120
+ | [llama-2-70b-oasst-1-200.ggmlv3.q5_K_M.bin](https://huggingface.co/TheBloke/Llama-2-70B-OASST-1-200-GGML/blob/main/llama-2-70b-oasst-1-200.ggmlv3.q5_K_M.bin) | q5_K_M | 5 | 49.03 GB| 51.53 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 |
 
 
121
 
122
  **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.
123
 
124
+ ## How to run in `llama.cpp`
 
 
125
 
126
+ Make sure you are using `llama.cpp` from commit [dadbed99e65252d79f81101a392d0d6497b86caa](https://github.com/ggerganov/llama.cpp/commit/dadbed99e65252d79f81101a392d0d6497b86caa) or earlier.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
127
 
128
+ For compatibility with latest llama.cpp, please use GGUF files instead.
129
 
130
  I use the following command line; adjust for your tastes and needs:
131
 
132
  ```
133
+ ./main -t 10 -ngl 40 -gqa 8 -m llama-2-70b-oasst-1-200.ggmlv3.q4_K_M.bin --color -c 4096 --temp 0.7 --repeat_penalty 1.1 -n -1 -p "<|prompter|>{prompt}<|endoftext|><|assistant|>"
134
  ```
135
  Change `-t 10` to the number of physical CPU cores you have. For example if your system has 8 cores/16 threads, use `-t 8`. If you are fully offloading the model to GPU, use `-t 1`
136
 
 
149
  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).
150
 
151
  <!-- footer start -->
152
+ <!-- 200823 -->
153
  ## Discord
154
 
155
  For further support, and discussions on these models and AI in general, join us at:
 
169
  * Patreon: https://patreon.com/TheBlokeAI
170
  * Ko-Fi: https://ko-fi.com/TheBlokeAI
171
 
172
+ **Special thanks to**: Aemon Algiz.
173
 
174
+ **Patreon special mentions**: Russ Johnson, J, alfie_i, Alex, NimbleBox.ai, Chadd, Mandus, Nikolai Manek, Ken Nordquist, ya boyyy, Illia Dulskyi, Viktor Bowallius, vamX, Iucharbius, zynix, Magnesian, Clay Pascal, Pierre Kircher, Enrico Ros, Tony Hughes, Elle, Andrey, knownsqashed, Deep Realms, Jerry Meng, Lone Striker, Derek Yates, Pyrater, Mesiah Bishop, James Bentley, Femi Adebogun, Brandon Frisco, SuperWojo, Alps Aficionado, Michael Dempsey, Vitor Caleffi, Will Dee, Edmond Seymore, usrbinkat, LangChain4j, Kacper Wikieł, Luke Pendergrass, John Detwiler, theTransient, Nathan LeClaire, Tiffany J. Kim, biorpg, Eugene Pentland, Stanislav Ovsiannikov, Fred von Graf, terasurfer, Kalila, Dan Guido, Nitin Borwankar, 阿明, Ai Maven, John Villwock, Gabriel Puliatti, Stephen Murray, Asp the Wyvern, danny, Chris Smitley, ReadyPlayerEmma, S_X, Daniel P. Andersen, Olakabola, Jeffrey Morgan, Imad Khwaja, Caitlyn Gatomon, webtim, Alicia Loh, Trenton Dambrowitz, Swaroop Kallakuri, Erik Bjäreholt, Leonard Tan, Spiking Neurons AB, Luke @flexchar, Ajan Kanaga, Thomas Belote, Deo Leter, RoA, Willem Michiel, transmissions 11, subjectnull, Matthew Berman, Joseph William Delisle, David Ziegler, Michael Davis, Johann-Peter Hartmann, Talal Aujan, senxiiz, Artur Olbinski, Rainer Wilmers, Spencer Kim, Fen Risland, Cap'n Zoog, Rishabh Srivastava, Michael Levine, Geoffrey Montalvo, Sean Connelly, Alexandros Triantafyllidis, Pieter, Gabriel Tamborski, Sam, Subspace Studios, Junyu Yang, Pedro Madruga, Vadim, Cory Kujawski, K, Raven Klaugh, Randy H, Mano Prime, Sebastain Graf, Space Cruiser
175
 
176
 
177
  Thank you to all my generous patrons and donaters!
178
 
179
+ And thank you again to a16z for their generous grant.
180
+
181
  <!-- footer end -->
182
 
183
  # Original model card: Jordan Clive's Open-Assistant Llama2 70B SFT OASST