Transformers
GGUF
llama
TheBloke commited on
Commit
c5498c2
1 Parent(s): 3fcc4d4

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +325 -0
README.md ADDED
@@ -0,0 +1,325 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: https://huggingface.co/lmsys/vicuna-33b-v1.3
3
+ inference: false
4
+ license: other
5
+ model_creator: Large Model Systems Organization
6
+ model_name: Vicuna 33B V1.3
7
+ model_type: llama
8
+ prompt_template: 'A chat between a curious user and an artificial intelligence assistant.
9
+ The assistant gives helpful, detailed, and polite answers to the user''s questions.
10
+ USER: {prompt} ASSISTANT:
11
+
12
+ '
13
+ quantized_by: TheBloke
14
+ ---
15
+
16
+ <!-- header start -->
17
+ <!-- 200823 -->
18
+ <div style="width: auto; margin-left: auto; margin-right: auto">
19
+ <img src="https://i.imgur.com/EBdldam.jpg" alt="TheBlokeAI" style="width: 100%; min-width: 400px; display: block; margin: auto;">
20
+ </div>
21
+ <div style="display: flex; justify-content: space-between; width: 100%;">
22
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
23
+ <p style="margin-top: 0.5em; margin-bottom: 0em;"><a href="https://discord.gg/theblokeai">Chat & support: TheBloke's Discord server</a></p>
24
+ </div>
25
+ <div style="display: flex; flex-direction: column; align-items: flex-end;">
26
+ <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>
27
+ </div>
28
+ </div>
29
+ <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>
30
+ <hr style="margin-top: 1.0em; margin-bottom: 1.0em;">
31
+ <!-- header end -->
32
+
33
+ # Vicuna 33B V1.3 - GGUF
34
+ - Model creator: [Large Model Systems Organization](https://huggingface.co/lmsys)
35
+ - Original model: [Vicuna 33B V1.3](https://huggingface.co/lmsys/vicuna-33b-v1.3)
36
+
37
+ <!-- description start -->
38
+ ## Description
39
+
40
+ This repo contains GGUF format model files for [LmSys' Vicuna 33B 1.3](https://huggingface.co/lmsys/vicuna-33b-v1.3).
41
+
42
+ <!-- description end -->
43
+ <!-- README_GGUF.md-about-gguf start -->
44
+ ### About GGUF
45
+
46
+ GGUF is a new format introduced by the llama.cpp team on August 21st 2023. It is a replacement for GGML, which is no longer supported by llama.cpp.
47
+
48
+ Here is an incomplate list of clients and libraries that are known to support GGUF:
49
+
50
+ * [llama.cpp](https://github.com/ggerganov/llama.cpp). The source project for GGUF. Offers a CLI and a server option.
51
+ * [text-generation-webui](https://github.com/oobabooga/text-generation-webui), the most widely used web UI, with many features and powerful extensions. Supports GPU acceleration.
52
+ * [KoboldCpp](https://github.com/LostRuins/koboldcpp), a fully featured web UI, with GPU accel across all platforms and GPU architectures. Especially good for story telling.
53
+ * [LM Studio](https://lmstudio.ai/), an easy-to-use and powerful local GUI for Windows and macOS (Silicon), with GPU acceleration.
54
+ * [LoLLMS Web UI](https://github.com/ParisNeo/lollms-webui), a great web UI with many interesting and unique features, including a full model library for easy model selection.
55
+ * [Faraday.dev](https://faraday.dev/), an attractive and easy to use character-based chat GUI for Windows and macOS (both Silicon and Intel), with GPU acceleration.
56
+ * [ctransformers](https://github.com/marella/ctransformers), a Python library with GPU accel, LangChain support, and OpenAI-compatible AI server.
57
+ * [llama-cpp-python](https://github.com/abetlen/llama-cpp-python), a Python library with GPU accel, LangChain support, and OpenAI-compatible API server.
58
+ * [candle](https://github.com/huggingface/candle), a Rust ML framework with a focus on performance, including GPU support, and ease of use.
59
+
60
+ <!-- README_GGUF.md-about-gguf end -->
61
+ <!-- repositories-available start -->
62
+ ## Repositories available
63
+
64
+ * [AWQ model(s) for GPU inference.](https://huggingface.co/TheBloke/vicuna-33B-AWQ)
65
+ * [GPTQ models for GPU inference, with multiple quantisation parameter options.](https://huggingface.co/TheBloke/vicuna-33B-GPTQ)
66
+ * [2, 3, 4, 5, 6 and 8-bit GGUF models for CPU+GPU inference](https://huggingface.co/TheBloke/vicuna-33B-GGUF)
67
+ * [Large Model Systems Organization's original unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/lmsys/vicuna-33b-v1.3)
68
+ <!-- repositories-available end -->
69
+
70
+ <!-- prompt-template start -->
71
+ ## Prompt template: Vicuna
72
+
73
+ ```
74
+ A chat between a curious user and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the user's questions. USER: {prompt} ASSISTANT:
75
+
76
+ ```
77
+
78
+ <!-- prompt-template end -->
79
+
80
+
81
+ <!-- compatibility_gguf start -->
82
+ ## Compatibility
83
+
84
+ These quantised GGUFv2 files are compatible with llama.cpp from August 27th onwards, as of commit [d0cee0d](https://github.com/ggerganov/llama.cpp/commit/d0cee0d36d5be95a0d9088b674dbb27354107221)
85
+
86
+ They are also compatible with many third party UIs and libraries - please see the list at the top of this README.
87
+
88
+ ## Explanation of quantisation methods
89
+ <details>
90
+ <summary>Click to see details</summary>
91
+
92
+ The new methods available are:
93
+ * GGML_TYPE_Q2_K - "type-1" 2-bit quantization in super-blocks containing 16 blocks, each block having 16 weight. Block scales and mins are quantized with 4 bits. This ends up effectively using 2.5625 bits per weight (bpw)
94
+ * GGML_TYPE_Q3_K - "type-0" 3-bit quantization in super-blocks containing 16 blocks, each block having 16 weights. Scales are quantized with 6 bits. This end up using 3.4375 bpw.
95
+ * 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.
96
+ * GGML_TYPE_Q5_K - "type-1" 5-bit quantization. Same super-block structure as GGML_TYPE_Q4_K resulting in 5.5 bpw
97
+ * 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
98
+
99
+ Refer to the Provided Files table below to see what files use which methods, and how.
100
+ </details>
101
+ <!-- compatibility_gguf end -->
102
+
103
+ <!-- README_GGUF.md-provided-files start -->
104
+ ## Provided files
105
+
106
+ | Name | Quant method | Bits | Size | Max RAM required | Use case |
107
+ | ---- | ---- | ---- | ---- | ---- | ----- |
108
+ | [vicuna-33b.Q2_K.gguf](https://huggingface.co/TheBloke/vicuna-33B-GGUF/blob/main/vicuna-33b.Q2_K.gguf) | Q2_K | 2 | 13.50 GB| 16.00 GB | smallest, significant quality loss - not recommended for most purposes |
109
+ | [vicuna-33b.Q3_K_S.gguf](https://huggingface.co/TheBloke/vicuna-33B-GGUF/blob/main/vicuna-33b.Q3_K_S.gguf) | Q3_K_S | 3 | 14.06 GB| 16.56 GB | very small, high quality loss |
110
+ | [vicuna-33b.Q3_K_M.gguf](https://huggingface.co/TheBloke/vicuna-33B-GGUF/blob/main/vicuna-33b.Q3_K_M.gguf) | Q3_K_M | 3 | 15.76 GB| 18.26 GB | very small, high quality loss |
111
+ | [vicuna-33b.Q3_K_L.gguf](https://huggingface.co/TheBloke/vicuna-33B-GGUF/blob/main/vicuna-33b.Q3_K_L.gguf) | Q3_K_L | 3 | 17.28 GB| 19.78 GB | small, substantial quality loss |
112
+ | [vicuna-33b.Q4_0.gguf](https://huggingface.co/TheBloke/vicuna-33B-GGUF/blob/main/vicuna-33b.Q4_0.gguf) | Q4_0 | 4 | 18.36 GB| 20.86 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
113
+ | [vicuna-33b.Q4_K_S.gguf](https://huggingface.co/TheBloke/vicuna-33B-GGUF/blob/main/vicuna-33b.Q4_K_S.gguf) | Q4_K_S | 4 | 18.44 GB| 20.94 GB | small, greater quality loss |
114
+ | [vicuna-33b.Q4_K_M.gguf](https://huggingface.co/TheBloke/vicuna-33B-GGUF/blob/main/vicuna-33b.Q4_K_M.gguf) | Q4_K_M | 4 | 19.62 GB| 22.12 GB | medium, balanced quality - recommended |
115
+ | [vicuna-33b.Q5_0.gguf](https://huggingface.co/TheBloke/vicuna-33B-GGUF/blob/main/vicuna-33b.Q5_0.gguf) | Q5_0 | 5 | 22.40 GB| 24.90 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
116
+ | [vicuna-33b.Q5_K_S.gguf](https://huggingface.co/TheBloke/vicuna-33B-GGUF/blob/main/vicuna-33b.Q5_K_S.gguf) | Q5_K_S | 5 | 22.40 GB| 24.90 GB | large, low quality loss - recommended |
117
+ | [vicuna-33b.Q5_K_M.gguf](https://huggingface.co/TheBloke/vicuna-33B-GGUF/blob/main/vicuna-33b.Q5_K_M.gguf) | Q5_K_M | 5 | 23.05 GB| 25.55 GB | large, very low quality loss - recommended |
118
+ | [vicuna-33b.Q6_K.gguf](https://huggingface.co/TheBloke/vicuna-33B-GGUF/blob/main/vicuna-33b.Q6_K.gguf) | Q6_K | 6 | 26.69 GB| 29.19 GB | very large, extremely low quality loss |
119
+ | [vicuna-33b.Q8_0.gguf](https://huggingface.co/TheBloke/vicuna-33B-GGUF/blob/main/vicuna-33b.Q8_0.gguf) | Q8_0 | 8 | 34.57 GB| 37.07 GB | very large, extremely low quality loss - not recommended |
120
+
121
+ **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.
122
+
123
+
124
+
125
+ <!-- README_GGUF.md-provided-files end -->
126
+
127
+ <!-- README_GGUF.md-how-to-download start -->
128
+ ## How to download GGUF files
129
+
130
+ **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.
131
+
132
+ The following clients/libraries will automatically download models for you, providing a list of available models to choose from:
133
+ - LM Studio
134
+ - LoLLMS Web UI
135
+ - Faraday.dev
136
+
137
+ ### In `text-generation-webui`
138
+
139
+ Under Download Model, you can enter the model repo: TheBloke/vicuna-33B-GGUF and below it, a specific filename to download, such as: vicuna-33b.Q4_K_M.gguf.
140
+
141
+ Then click Download.
142
+
143
+ ### On the command line, including multiple files at once
144
+
145
+ I recommend using the `huggingface-hub` Python library:
146
+
147
+ ```shell
148
+ pip3 install huggingface-hub
149
+ ```
150
+
151
+ Then you can download any individual model file to the current directory, at high speed, with a command like this:
152
+
153
+ ```shell
154
+ huggingface-cli download TheBloke/vicuna-33B-GGUF vicuna-33b.Q4_K_M.gguf --local-dir . --local-dir-use-symlinks False
155
+ ```
156
+
157
+ <details>
158
+ <summary>More advanced huggingface-cli download usage</summary>
159
+
160
+ You can also download multiple files at once with a pattern:
161
+
162
+ ```shell
163
+ huggingface-cli download TheBloke/vicuna-33B-GGUF --local-dir . --local-dir-use-symlinks False --include='*Q4_K*gguf'
164
+ ```
165
+
166
+ 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).
167
+
168
+ To accelerate downloads on fast connections (1Gbit/s or higher), install `hf_transfer`:
169
+
170
+ ```shell
171
+ pip3 install hf_transfer
172
+ ```
173
+
174
+ And set environment variable `HF_HUB_ENABLE_HF_TRANSFER` to `1`:
175
+
176
+ ```shell
177
+ HF_HUB_ENABLE_HF_TRANSFER=1 huggingface-cli download TheBloke/vicuna-33B-GGUF vicuna-33b.Q4_K_M.gguf --local-dir . --local-dir-use-symlinks False
178
+ ```
179
+
180
+ Windows Command Line users: You can set the environment variable by running `set HF_HUB_ENABLE_HF_TRANSFER=1` before the download command.
181
+ </details>
182
+ <!-- README_GGUF.md-how-to-download end -->
183
+
184
+ <!-- README_GGUF.md-how-to-run start -->
185
+ ## Example `llama.cpp` command
186
+
187
+ Make sure you are using `llama.cpp` from commit [d0cee0d](https://github.com/ggerganov/llama.cpp/commit/d0cee0d36d5be95a0d9088b674dbb27354107221) or later.
188
+
189
+ ```shell
190
+ ./main -ngl 32 -m vicuna-33b.Q4_K_M.gguf --color -c 2048 --temp 0.7 --repeat_penalty 1.1 -n -1 -p "A chat between a curious user and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the user's questions. USER: {prompt} ASSISTANT:"
191
+ ```
192
+
193
+ Change `-ngl 32` to the number of layers to offload to GPU. Remove it if you don't have GPU acceleration.
194
+
195
+ Change `-c 2048` to the desired sequence length. For extended sequence models - eg 8K, 16K, 32K - the necessary RoPE scaling parameters are read from the GGUF file and set by llama.cpp automatically.
196
+
197
+ If you want to have a chat-style conversation, replace the `-p <PROMPT>` argument with `-i -ins`
198
+
199
+ For other parameters and how to use them, please refer to [the llama.cpp documentation](https://github.com/ggerganov/llama.cpp/blob/master/examples/main/README.md)
200
+
201
+ ## How to run in `text-generation-webui`
202
+
203
+ Further instructions here: [text-generation-webui/docs/llama.cpp.md](https://github.com/oobabooga/text-generation-webui/blob/main/docs/llama.cpp.md).
204
+
205
+ ## How to run from Python code
206
+
207
+ You can use GGUF models from Python using the [llama-cpp-python](https://github.com/abetlen/llama-cpp-python) or [ctransformers](https://github.com/marella/ctransformers) libraries.
208
+
209
+ ### How to load this model in Python code, using ctransformers
210
+
211
+ #### First install the package
212
+
213
+ Run one of the following commands, according to your system:
214
+
215
+ ```shell
216
+ # Base ctransformers with no GPU acceleration
217
+ pip install ctransformers
218
+ # Or with CUDA GPU acceleration
219
+ pip install ctransformers[cuda]
220
+ # Or with AMD ROCm GPU acceleration (Linux only)
221
+ CT_HIPBLAS=1 pip install ctransformers --no-binary ctransformers
222
+ # Or with Metal GPU acceleration for macOS systems only
223
+ CT_METAL=1 pip install ctransformers --no-binary ctransformers
224
+ ```
225
+
226
+ #### Simple ctransformers example code
227
+
228
+ ```python
229
+ from ctransformers import AutoModelForCausalLM
230
+
231
+ # Set gpu_layers to the number of layers to offload to GPU. Set to 0 if no GPU acceleration is available on your system.
232
+ llm = AutoModelForCausalLM.from_pretrained("TheBloke/vicuna-33B-GGUF", model_file="vicuna-33b.Q4_K_M.gguf", model_type="llama", gpu_layers=50)
233
+
234
+ print(llm("AI is going to"))
235
+ ```
236
+
237
+ ## How to use with LangChain
238
+
239
+ Here are guides on using llama-cpp-python and ctransformers with LangChain:
240
+
241
+ * [LangChain + llama-cpp-python](https://python.langchain.com/docs/integrations/llms/llamacpp)
242
+ * [LangChain + ctransformers](https://python.langchain.com/docs/integrations/providers/ctransformers)
243
+
244
+ <!-- README_GGUF.md-how-to-run end -->
245
+
246
+ <!-- footer start -->
247
+ <!-- 200823 -->
248
+ ## Discord
249
+
250
+ For further support, and discussions on these models and AI in general, join us at:
251
+
252
+ [TheBloke AI's Discord server](https://discord.gg/theblokeai)
253
+
254
+ ## Thanks, and how to contribute
255
+
256
+ Thanks to the [chirper.ai](https://chirper.ai) team!
257
+
258
+ Thanks to Clay from [gpus.llm-utils.org](llm-utils)!
259
+
260
+ I've had a lot of people ask if they can contribute. I enjoy providing models and helping people, and would love to be able to spend even more time doing it, as well as expanding into new projects like fine tuning/training.
261
+
262
+ If you're able and willing to contribute it will be most gratefully received and will help me to keep providing more models, and to start work on new AI projects.
263
+
264
+ Donaters will get priority support on any and all AI/LLM/model questions and requests, access to a private Discord room, plus other benefits.
265
+
266
+ * Patreon: https://patreon.com/TheBlokeAI
267
+ * Ko-Fi: https://ko-fi.com/TheBlokeAI
268
+
269
+ **Special thanks to**: Aemon Algiz.
270
+
271
+ **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
272
+
273
+
274
+ Thank you to all my generous patrons and donaters!
275
+
276
+ And thank you again to a16z for their generous grant.
277
+
278
+ <!-- footer end -->
279
+
280
+ <!-- original-model-card start -->
281
+ # Original model card: LmSys' Vicuna 33B 1.3
282
+
283
+
284
+ # Vicuna Model Card
285
+
286
+ ## Model Details
287
+
288
+ Vicuna is a chat assistant trained by fine-tuning LLaMA on user-shared conversations collected from ShareGPT.
289
+
290
+ - **Developed by:** [LMSYS](https://lmsys.org/)
291
+ - **Model type:** An auto-regressive language model based on the transformer architecture.
292
+ - **License:** Non-commercial license
293
+ - **Finetuned from model:** [LLaMA](https://arxiv.org/abs/2302.13971).
294
+
295
+ ### Model Sources
296
+
297
+ - **Repository:** https://github.com/lm-sys/FastChat
298
+ - **Blog:** https://lmsys.org/blog/2023-03-30-vicuna/
299
+ - **Paper:** https://arxiv.org/abs/2306.05685
300
+ - **Demo:** https://chat.lmsys.org/
301
+
302
+ ## Uses
303
+
304
+ The primary use of Vicuna is research on large language models and chatbots.
305
+ The primary intended users of the model are researchers and hobbyists in natural language processing, machine learning, and artificial intelligence.
306
+
307
+ ## How to Get Started with the Model
308
+
309
+ - Command line interface: https://github.com/lm-sys/FastChat#vicuna-weights.
310
+ - APIs (OpenAI API, Huggingface API): https://github.com/lm-sys/FastChat/tree/main#api.
311
+
312
+ ## Training Details
313
+
314
+ Vicuna v1.3 is fine-tuned from LLaMA with supervised instruction fine-tuning.
315
+ The training data is around 125K conversations collected from ShareGPT.com.
316
+ See more details in the "Training Details of Vicuna Models" section in the appendix of this [paper](https://arxiv.org/pdf/2306.05685.pdf).
317
+
318
+ ## Evaluation
319
+
320
+ Vicuna is evaluated with standard benchmarks, human preference, and LLM-as-a-judge. See more details in this [paper](https://arxiv.org/pdf/2306.05685.pdf) and [leaderboard](https://huggingface.co/spaces/lmsys/chatbot-arena-leaderboard).
321
+
322
+ ## Difference between different versions of Vicuna
323
+ See [vicuna_weights_version.md](https://github.com/lm-sys/FastChat/blob/main/docs/vicuna_weights_version.md)
324
+
325
+ <!-- original-model-card end -->