Transformers
GGUF
vllm
conversational
How to use from
llama.cpp
Install from brew
brew install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf SistInf/Velvet-2B-GGUF:
# Run inference directly in the terminal:
llama-cli -hf SistInf/Velvet-2B-GGUF:
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf SistInf/Velvet-2B-GGUF:
# Run inference directly in the terminal:
llama-cli -hf SistInf/Velvet-2B-GGUF:
Use pre-built binary
# Download pre-built binary from:
# https://github.com/ggerganov/llama.cpp/releases
# Start a local OpenAI-compatible server with a web UI:
./llama-server -hf SistInf/Velvet-2B-GGUF:
# Run inference directly in the terminal:
./llama-cli -hf SistInf/Velvet-2B-GGUF:
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build
cmake --build build -j --target llama-server llama-cli
# Start a local OpenAI-compatible server with a web UI:
./build/bin/llama-server -hf SistInf/Velvet-2B-GGUF:
# Run inference directly in the terminal:
./build/bin/llama-cli -hf SistInf/Velvet-2B-GGUF:
Use Docker
docker model run hf.co/SistInf/Velvet-2B-GGUF:
Quick Links

DESCRIPTION

This model does not represent the intended quality of the original product.

To perform this quantization, we started with llama.cpp as our base, modifying the file convert_hf_to_gguf_update.py to support this model. For modifying this file, we based our work on what was seen in the PR https://github.com/ggerganov/llama.cpp/pull/11716.

Note: As of today, llama.cpp does not support this model or this chat template https://github.com/ggerganov/llama.cpp/pull/11716.

PROMPT FORMAT

Basic prompt format:

<s><instruction>{prompt}</instruction>

Prompt format with system message:

<s><instruction>{system_prompt}
{prompt}</instruction>

DOWNLOAD

Original Model: https://huggingface.co/Almawave/Velvet-2B

License

Velvet-2B and Velvet-2B are made available under the Apache 2.0 license

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

4-bit

5-bit

6-bit

8-bit

16-bit

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

Model tree for SistInf/Velvet-2B-GGUF

Quantized
(3)
this model