[GH-ISSUE #274] Ability to download Vicuna v1.5 Models #62154

Closed
opened 2026-05-03 07:41:52 -05:00 by GiteaMirror · 1 comment
Owner
Originally created by @jlarmstrongiv on GitHub (Aug 4, 2023). Original GitHub issue: https://github.com/ollama/ollama/issues/274 - https://twitter.com/lmsysorg/status/1686794639469371393 - https://github.com/lm-sys/FastChat/tree/main#model-weights
GiteaMirror added the modelfeature request labels 2026-05-03 07:41:54 -05:00
Author
Owner

@mxyng commented on GitHub (Aug 4, 2023):

@jlarmstrongiv these are available for download under vicuna:7b-v1.5-q4_0 and vicuna:13b-v1.5-q4_0. K quants are also available, e.g. for vicuna:7b:

vicuna:7b-v1.5-q2_K
vicuna:7b-v1.5-q3_K_L
vicuna:7b-v1.5-q3_K_M
vicuna:7b-v1.5-q3_K_S
vicuna:7b-v1.5-q4_0
vicuna:7b-v1.5-q4_1
vicuna:7b-v1.5-q4_K_M
vicuna:7b-v1.5-q4_K_S
vicuna:7b-v1.5-q5_K_M
vicuna:7b-v1.5-q5_K_S
vicuna:7b-v1.5-q6_K

Alias tags will be available in the future, such as vicuna:7b and vicuna:13b but for the time being, you can access the models with these tags.

You can pull and run any of these models with ollama run vicuna:7b-v1.5-q4_0.

Note: there are issues with the 16K models. Once the issues have been resolved, they'll be available for download as well.

<!-- gh-comment-id:1664962616 --> @mxyng commented on GitHub (Aug 4, 2023): @jlarmstrongiv these are available for download under `vicuna:7b-v1.5-q4_0` and `vicuna:13b-v1.5-q4_0`. K quants are also available, e.g. for `vicuna:7b`: ``` vicuna:7b-v1.5-q2_K vicuna:7b-v1.5-q3_K_L vicuna:7b-v1.5-q3_K_M vicuna:7b-v1.5-q3_K_S vicuna:7b-v1.5-q4_0 vicuna:7b-v1.5-q4_1 vicuna:7b-v1.5-q4_K_M vicuna:7b-v1.5-q4_K_S vicuna:7b-v1.5-q5_K_M vicuna:7b-v1.5-q5_K_S vicuna:7b-v1.5-q6_K ``` Alias tags will be available in the future, such as `vicuna:7b` and `vicuna:13b` but for the time being, you can access the models with these tags. You can pull and run any of these models with `ollama run vicuna:7b-v1.5-q4_0`. Note: there are issues with the 16K models. Once the issues have been resolved, they'll be available for download as well.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#62154