GGUF
How to use from
Lemonade
Pull the model
# Download Lemonade from https://lemonade-server.ai/
lemonade pull Eric111/vicuna-13b-v1.5-16k-gguf
Run and chat with the model
lemonade run user.vicuna-13b-v1.5-16k-gguf-{{QUANT_TAG}}
List all available models
lemonade list
Quick Links

This is a half precision (float16) gguf file for vicuna-13b-v1.5-16k.

Conversion code:

import os import subprocess

from huggingface_hub import snapshot_download

model_id="lmsys/vicuna-13b-v1.5-16k" snapshot_download(repo_id=model_id, local_dir="vicuna-hf", local_dir_use_symlinks=False, revision="main")

subprocess.run(["git", "clone", "https://github.com/ggerganov/llama.cpp.git"])

subprocess.run(["pip", "install", "-r", "llama.cpp/requirements.txt"])

subprocess.run(["python", "llama.cpp/convert_hf_to_gguf.py", "vicuna-hf", "--outfile", "vicuna-13b-v1.5-16k.gguf", "--outtype", "f16"])

(modified from https://www.substratus.ai/blog/converting-hf-model-gguf-model)

Downloads last month
4
GGUF
Model size
13B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

We're not able to determine the quantization variants.

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for Eric111/vicuna-13b-v1.5-16k-gguf

Quantized
(5)
this model