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 DagMeow/Velvet-14B-GGUF:Q3_K_S
# Run inference directly in the terminal:
llama-cli -hf DagMeow/Velvet-14B-GGUF:Q3_K_S
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf DagMeow/Velvet-14B-GGUF:Q3_K_S
# Run inference directly in the terminal:
llama-cli -hf DagMeow/Velvet-14B-GGUF:Q3_K_S
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 DagMeow/Velvet-14B-GGUF:Q3_K_S
# Run inference directly in the terminal:
./llama-cli -hf DagMeow/Velvet-14B-GGUF:Q3_K_S
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 DagMeow/Velvet-14B-GGUF:Q3_K_S
# Run inference directly in the terminal:
./build/bin/llama-cli -hf DagMeow/Velvet-14B-GGUF:Q3_K_S
Use Docker
docker model run hf.co/DagMeow/Velvet-14B-GGUF:Q3_K_S
Quick Links

DESCRIPTION

UPDATE: 2025-02-12

Velvet-14B converted to GGUF format (F32) with fbuciuni90/llama.cpp fork and quantized with ggerganov/llama.cpp commit b4689.

NOTE: The Velvet tokenizer is not yet compatible with ggerganov/llama.cpp. Please wait for pull request #11716 to be merged, or compile it yourself.

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

PROMPT FORMAT

Basic prompt format:

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

Prompt format with system message:

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

DOWNLOAD

BYE :3

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

3-bit

4-bit

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

Model tree for DagMeow/Velvet-14B-GGUF

Quantized
(8)
this model