Instructions to use RemySkye/rwkv7-g1h-13.3b-i1-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- RWKV
How to use RemySkye/rwkv7-g1h-13.3b-i1-GGUF with RWKV:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- llama-cpp-python
How to use RemySkye/rwkv7-g1h-13.3b-i1-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="RemySkye/rwkv7-g1h-13.3b-i1-GGUF", filename="rwkv7-g1h-13.3b-20260710-ctx10240.i1-IQ1_M.gguf", )
llm.create_chat_completion( messages = [ { "role": "user", "content": "What is the capital of France?" } ] ) - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use RemySkye/rwkv7-g1h-13.3b-i1-GGUF with 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 RemySkye/rwkv7-g1h-13.3b-i1-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf RemySkye/rwkv7-g1h-13.3b-i1-GGUF:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf RemySkye/rwkv7-g1h-13.3b-i1-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf RemySkye/rwkv7-g1h-13.3b-i1-GGUF:Q4_K_M
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 RemySkye/rwkv7-g1h-13.3b-i1-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf RemySkye/rwkv7-g1h-13.3b-i1-GGUF:Q4_K_M
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 RemySkye/rwkv7-g1h-13.3b-i1-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf RemySkye/rwkv7-g1h-13.3b-i1-GGUF:Q4_K_M
Use Docker
docker model run hf.co/RemySkye/rwkv7-g1h-13.3b-i1-GGUF:Q4_K_M
- LM Studio
- Jan
- vLLM
How to use RemySkye/rwkv7-g1h-13.3b-i1-GGUF with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "RemySkye/rwkv7-g1h-13.3b-i1-GGUF" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "RemySkye/rwkv7-g1h-13.3b-i1-GGUF", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/RemySkye/rwkv7-g1h-13.3b-i1-GGUF:Q4_K_M
- Ollama
How to use RemySkye/rwkv7-g1h-13.3b-i1-GGUF with Ollama:
ollama run hf.co/RemySkye/rwkv7-g1h-13.3b-i1-GGUF:Q4_K_M
- Unsloth Studio
How to use RemySkye/rwkv7-g1h-13.3b-i1-GGUF with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for RemySkye/rwkv7-g1h-13.3b-i1-GGUF to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for RemySkye/rwkv7-g1h-13.3b-i1-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for RemySkye/rwkv7-g1h-13.3b-i1-GGUF to start chatting
- Atomic Chat new
- Docker Model Runner
How to use RemySkye/rwkv7-g1h-13.3b-i1-GGUF with Docker Model Runner:
docker model run hf.co/RemySkye/rwkv7-g1h-13.3b-i1-GGUF:Q4_K_M
- Lemonade
How to use RemySkye/rwkv7-g1h-13.3b-i1-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull RemySkye/rwkv7-g1h-13.3b-i1-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.rwkv7-g1h-13.3b-i1-GGUF-Q4_K_M
List all available models
lemonade list
rwkv7-g1h-13.3b i1 GGUF
Model-specific imatrix quants generated from rwkv7-g1h-13.3b-20260710-ctx10240-BF16.gguf. The BF16 master remains in the linked static-GGUF repository and is not duplicated here.
Calibration
- Dataset:
lemon07r/pile-calibration-v5 - Dataset revision:
ea863bb930b9959dd78095c165aa1376d14e698b - llama.cpp revision:
c92e806d1c81091c9035edce99c35374da1b465e - Context per chunk:
1024tokens - Chunks:
512 - Approximate evaluated tokens:
524288 - Output-weight collection: disabled, following llama.cpp's default recommendation
- Raw JSONL SHA-256:
54d1f2bd6a80cc75a72e7f8a62e23438e23f06287aab3855c5a7826127fae7be - Deterministically curated corpus SHA-256:
8c7de8adad55f0be5e00f394b7c7efca7c6d13fdd4a2f476bc08c0491fe98027
The source dataset is diverse and duplicate-free, but contains a few book-length outliers. Before calibration, corrupt/severely repetitive records are removed, long records are capped using four separated excerpts, records are deterministically shuffled, and rare scripts are lightly interleaved into the early calibration window.
Files
rwkv7-g1h-13.3b-20260710-ctx10240.i1-imatrix.ggufโ the model-specific GGUF importance matrix, uploaded firstrwkv7-g1h-13.3b-20260710-ctx10240.i1-IQ1_M.ggufrwkv7-g1h-13.3b-20260710-ctx10240.i1-IQ1_S.ggufrwkv7-g1h-13.3b-20260710-ctx10240.i1-IQ2_M.ggufrwkv7-g1h-13.3b-20260710-ctx10240.i1-IQ2_S.ggufrwkv7-g1h-13.3b-20260710-ctx10240.i1-IQ2_XS.ggufrwkv7-g1h-13.3b-20260710-ctx10240.i1-IQ2_XXS.ggufrwkv7-g1h-13.3b-20260710-ctx10240.i1-IQ3_S.ggufrwkv7-g1h-13.3b-20260710-ctx10240.i1-IQ3_XXS.ggufrwkv7-g1h-13.3b-20260710-ctx10240.i1-IQ4_NL.ggufrwkv7-g1h-13.3b-20260710-ctx10240.i1-IQ4_XS.ggufrwkv7-g1h-13.3b-20260710-ctx10240.i1-Q2_K.ggufrwkv7-g1h-13.3b-20260710-ctx10240.i1-Q3_K_S.ggufrwkv7-g1h-13.3b-20260710-ctx10240.i1-Q4_0.ggufrwkv7-g1h-13.3b-20260710-ctx10240.i1-Q4_1.ggufrwkv7-g1h-13.3b-20260710-ctx10240.i1-Q4_K_S.ggufrwkv7-g1h-13.3b-20260710-ctx10240.i1-Q5_0.ggufrwkv7-g1h-13.3b-20260710-ctx10240.i1-Q5_1.ggufrwkv7-g1h-13.3b-20260710-ctx10240.i1-Q5_K_S.ggufrwkv7-g1h-13.3b-20260710-ctx10240.i1-Q6_K.gguf
RWKV-aware mixed quantizations
The Q3_K_M, Q3_K_L, Q4_K_M, and Q5_K_M files use custom RWKV-aware recipes with explicit tensor assignments. Higher precision is used for the token embeddings and selected value, time-mix output, and channel-mix tensors where it is expected to preserve the most quality.
Earlier automated files with these names were removed after verification showed that llama.cpp's generic mixed recipes did not recognize RWKV's time_mix_* and channel_mix_* tensor roles. Because of that, the automated M and L variants had collapsed to the same effective layouts as the retained S variants.
These replacement files have genuinely different tensor layouts, providing additional size and quality choices between the existing S variants and the larger quantizations.
The files in this i1 repository use the same RWKV-aware tensor layouts together with this model's existing importance matrix.
- Downloads last month
- 1,190
Model tree for RemySkye/rwkv7-g1h-13.3b-i1-GGUF
Base model
BlinkDL/rwkv7-g1