TheBloke commited on
Commit
84a90b8
1 Parent(s): d77d2a4

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +68 -1
README.md CHANGED
@@ -13,6 +13,15 @@ model_creator: mrm8488
13
  model_name: Llama 2 Coder 7B
14
  model_type: llama
15
  pipeline_tag: text-generation
 
 
 
 
 
 
 
 
 
16
  quantized_by: TheBloke
17
  tags:
18
  - generated_from_trainer
@@ -70,6 +79,7 @@ Here is an incomplate list of clients and libraries that are known to support GG
70
  <!-- repositories-available start -->
71
  ## Repositories available
72
 
 
73
  * [GPTQ models for GPU inference, with multiple quantisation parameter options.](https://huggingface.co/TheBloke/Llama-2-Coder-7B-GPTQ)
74
  * [2, 3, 4, 5, 6 and 8-bit GGUF models for CPU+GPU inference](https://huggingface.co/TheBloke/Llama-2-Coder-7B-GGUF)
75
  * [mrm8488's original unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/mrm8488/llama-2-coder-7b)
@@ -142,6 +152,63 @@ Refer to the Provided Files table below to see what files use which methods, and
142
 
143
  <!-- README_GGUF.md-provided-files end -->
144
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
145
  <!-- README_GGUF.md-how-to-run start -->
146
  ## Example `llama.cpp` command
147
 
@@ -227,7 +294,7 @@ Donaters will get priority support on any and all AI/LLM/model questions and req
227
 
228
  **Special thanks to**: Aemon Algiz.
229
 
230
- **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
231
 
232
 
233
  Thank you to all my generous patrons and donaters!
 
13
  model_name: Llama 2 Coder 7B
14
  model_type: llama
15
  pipeline_tag: text-generation
16
+ prompt_template: 'You are a coding assistant that will help the user to resolve the
17
+ following instruction:
18
+
19
+ ### Instruction: {prompt}
20
+
21
+
22
+ ### Solution:
23
+
24
+ '
25
  quantized_by: TheBloke
26
  tags:
27
  - generated_from_trainer
 
79
  <!-- repositories-available start -->
80
  ## Repositories available
81
 
82
+ * [AWQ model(s) for GPU inference.](https://huggingface.co/TheBloke/Llama-2-Coder-7B-AWQ)
83
  * [GPTQ models for GPU inference, with multiple quantisation parameter options.](https://huggingface.co/TheBloke/Llama-2-Coder-7B-GPTQ)
84
  * [2, 3, 4, 5, 6 and 8-bit GGUF models for CPU+GPU inference](https://huggingface.co/TheBloke/Llama-2-Coder-7B-GGUF)
85
  * [mrm8488's original unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/mrm8488/llama-2-coder-7b)
 
152
 
153
  <!-- README_GGUF.md-provided-files end -->
154
 
155
+ <!-- README_GGUF.md-how-to-download start -->
156
+ ## How to download GGUF files
157
+
158
+ **Note for manual downloaders:** You almost never want to clone the entire repo! Multiple different quantisation formats are provided, and most users only want to pick and download a single file.
159
+
160
+ The following clients/libraries will automatically download models for you, providing a list of available models to choose from:
161
+ - LM Studio
162
+ - LoLLMS Web UI
163
+ - Faraday.dev
164
+
165
+ ### In `text-generation-webui`
166
+
167
+ Under Download Model, you can enter the model repo: TheBloke/Llama-2-Coder-7B-GGUF and below it, a specific filename to download, such as: llama-2-coder-7b.q4_K_M.gguf.
168
+
169
+ Then click Download.
170
+
171
+ ### On the command line, including multiple files at once
172
+
173
+ I recommend using the `huggingface-hub` Python library:
174
+
175
+ ```shell
176
+ pip3 install huggingface-hub>=0.17.1
177
+ ```
178
+
179
+ Then you can download any individual model file to the current directory, at high speed, with a command like this:
180
+
181
+ ```shell
182
+ huggingface-cli download TheBloke/Llama-2-Coder-7B-GGUF llama-2-coder-7b.q4_K_M.gguf --local-dir . --local-dir-use-symlinks False
183
+ ```
184
+
185
+ <details>
186
+ <summary>More advanced huggingface-cli download usage</summary>
187
+
188
+ You can also download multiple files at once with a pattern:
189
+
190
+ ```shell
191
+ huggingface-cli download TheBloke/Llama-2-Coder-7B-GGUF --local-dir . --local-dir-use-symlinks False --include='*Q4_K*gguf'
192
+ ```
193
+
194
+ For more documentation on downloading with `huggingface-cli`, please see: [HF -> Hub Python Library -> Download files -> Download from the CLI](https://huggingface.co/docs/huggingface_hub/guides/download#download-from-the-cli).
195
+
196
+ To accelerate downloads on fast connections (1Gbit/s or higher), install `hf_transfer`:
197
+
198
+ ```shell
199
+ pip3 install hf_transfer
200
+ ```
201
+
202
+ And set environment variable `HF_HUB_ENABLE_HF_TRANSFER` to `1`:
203
+
204
+ ```shell
205
+ HUGGINGFACE_HUB_ENABLE_HF_TRANSFER=1 huggingface-cli download TheBloke/Llama-2-Coder-7B-GGUF llama-2-coder-7b.q4_K_M.gguf --local-dir . --local-dir-use-symlinks False
206
+ ```
207
+
208
+ Windows CLI users: Use `set HUGGINGFACE_HUB_ENABLE_HF_TRANSFER=1` before running the download command.
209
+ </details>
210
+ <!-- README_GGUF.md-how-to-download end -->
211
+
212
  <!-- README_GGUF.md-how-to-run start -->
213
  ## Example `llama.cpp` command
214
 
 
294
 
295
  **Special thanks to**: Aemon Algiz.
296
 
297
+ **Patreon special mentions**: Alicia Loh, Stephen Murray, K, Ajan Kanaga, RoA, Magnesian, Deo Leter, Olakabola, Eugene Pentland, zynix, Deep Realms, Raymond Fosdick, Elijah Stavena, Iucharbius, Erik Bjäreholt, Luis Javier Navarrete Lozano, Nicholas, theTransient, John Detwiler, alfie_i, knownsqashed, Mano Prime, Willem Michiel, Enrico Ros, LangChain4j, OG, Michael Dempsey, Pierre Kircher, Pedro Madruga, James Bentley, Thomas Belote, Luke @flexchar, Leonard Tan, Johann-Peter Hartmann, Illia Dulskyi, Fen Risland, Chadd, S_X, Jeff Scroggin, Ken Nordquist, Sean Connelly, Artur Olbinski, Swaroop Kallakuri, Jack West, Ai Maven, David Ziegler, Russ Johnson, transmissions 11, John Villwock, Alps Aficionado, Clay Pascal, Viktor Bowallius, Subspace Studios, Rainer Wilmers, Trenton Dambrowitz, vamX, Michael Levine, 준교 김, Brandon Frisco, Kalila, Trailburnt, Randy H, Talal Aujan, Nathan Dryer, Vadim, 阿明, ReadyPlayerEmma, Tiffany J. Kim, George Stoitzev, Spencer Kim, Jerry Meng, Gabriel Tamborski, Cory Kujawski, Jeffrey Morgan, Spiking Neurons AB, Edmond Seymore, Alexandros Triantafyllidis, Lone Striker, Cap'n Zoog, Nikolai Manek, danny, ya boyyy, Derek Yates, usrbinkat, Mandus, TL, Nathan LeClaire, subjectnull, Imad Khwaja, webtim, Raven Klaugh, Asp the Wyvern, Gabriel Puliatti, Caitlyn Gatomon, Joseph William Delisle, Jonathan Leane, Luke Pendergrass, SuperWojo, Sebastain Graf, Will Dee, Fred von Graf, Andrey, Dan Guido, Daniel P. Andersen, Nitin Borwankar, Elle, Vitor Caleffi, biorpg, jjj, NimbleBox.ai, Pieter, Matthew Berman, terasurfer, Michael Davis, Alex, Stanislav Ovsiannikov
298
 
299
 
300
  Thank you to all my generous patrons and donaters!