How to use from
llama.cpp
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf btaskel/RWKV6-3B-Chn-UnlimitedRP-mini-chat-GGUF:Q4_K_S
# Run inference directly in the terminal:
llama cli -hf btaskel/RWKV6-3B-Chn-UnlimitedRP-mini-chat-GGUF:Q4_K_S
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf btaskel/RWKV6-3B-Chn-UnlimitedRP-mini-chat-GGUF:Q4_K_S
# Run inference directly in the terminal:
llama cli -hf btaskel/RWKV6-3B-Chn-UnlimitedRP-mini-chat-GGUF:Q4_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 btaskel/RWKV6-3B-Chn-UnlimitedRP-mini-chat-GGUF:Q4_K_S
# Run inference directly in the terminal:
./llama-cli -hf btaskel/RWKV6-3B-Chn-UnlimitedRP-mini-chat-GGUF:Q4_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 btaskel/RWKV6-3B-Chn-UnlimitedRP-mini-chat-GGUF:Q4_K_S
# Run inference directly in the terminal:
./build/bin/llama-cli -hf btaskel/RWKV6-3B-Chn-UnlimitedRP-mini-chat-GGUF:Q4_K_S
Use Docker
docker model run hf.co/btaskel/RWKV6-3B-Chn-UnlimitedRP-mini-chat-GGUF:Q4_K_S
Quick Links

From Seikaijyu/RWKV6-3B-Chn-UnlimitedRP-mini-chat: https://huggingface.co/Seikaijyu/RWKV6-3B-Chn-UnlimitedRP-mini-chat

Based on my experience, Q4_K_S and Q4_K_M are usually the balance points between model size, quantization, and speed.

In some benchmarks, selecting a large-parameter high-quantization LLM tends to perform better than a small-parameter low-quantization LLM.

根据我的经验,通常Q4_K_S、Q4_K_M是模型尺寸/量化/速度的平衡点

在某些基准测试中,选择大参数低量化模型往往比选择小参数高量化模型表现更好。

Downloads last month
61
GGUF
Model size
3B params
Architecture
rwkv6
Hardware compatibility
Log In to add your hardware

4-bit

8-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for btaskel/RWKV6-3B-Chn-UnlimitedRP-mini-chat-GGUF

Quantized
(1)
this model