GraySoft
Projects Models Compare Cloud benchmarks FAQ Download guIDE →
Model Intelligence Sheet

RemySkye/rwkv7-g1h-1.5b-GGUF overview

rwkv7 g1h 1.5b 20260710 ctx10240 GGUF GGUF conversions of rwkv7 g1h 1.5b 20260710 ctx10240.pth https://huggingface.co/BlinkDL/rwkv7 g1/blob/6d5762253b343eec6cf…

llama.cppggufrwkvrwkv7quantizedtext-generationbase_model:BlinkDL/rwkv7-g1base_model:quantized:BlinkDL/rwkv7-g1license:apache-2.0endpoints_compatibleregion:usconversational

Runs locally from ~644.2 MB disk (4 GB VRAM class GPUs with llama.cpp / guIDE).

Downloads
737
Likes
0
Pipeline
text-generation
Author

Repository Files & Downloads

16 GGUF files detected
Direct downloads for local inference
FileTypeQuantizationSizeLink
rwkv7-g1h-1.5b-20260710-ctx10240-BF16.ggufGGUFBF162.87 GBDownload
rwkv7-g1h-1.5b-20260710-ctx10240-IQ4_XS.ggufGGUFIQ4_XS904.2 MBDownload
rwkv7-g1h-1.5b-20260710-ctx10240-Q2_K.ggufGGUFQ2_K644.2 MBDownload
rwkv7-g1h-1.5b-20260710-ctx10240-Q3_K_L.ggufGGUFQ3_K_L972.7 MBDownload
rwkv7-g1h-1.5b-20260710-ctx10240-Q3_K_M.ggufGGUFQ3_K_M903.7 MBDownload
rwkv7-g1h-1.5b-20260710-ctx10240-Q3_K_S.ggufGGUFQ3_K_S774.2 MBDownload
rwkv7-g1h-1.5b-20260710-ctx10240-Q4_0.ggufGGUFQ4_0944.2 MBDownload
rwkv7-g1h-1.5b-20260710-ctx10240-Q4_1.ggufGGUFQ4_11.00 GBDownload
rwkv7-g1h-1.5b-20260710-ctx10240-Q4_K_M.ggufGGUFQ4_K_M1.01 GBDownload
rwkv7-g1h-1.5b-20260710-ctx10240-Q4_K_S.ggufGGUFQ4_K_S944.2 MBDownload
rwkv7-g1h-1.5b-20260710-ctx10240-Q5_0.ggufGGUFQ5_01.08 GBDownload
rwkv7-g1h-1.5b-20260710-ctx10240-Q5_1.ggufGGUFQ5_11.16 GBDownload
rwkv7-g1h-1.5b-20260710-ctx10240-Q5_K_M.ggufGGUFQ5_K_M1.13 GBDownload
rwkv7-g1h-1.5b-20260710-ctx10240-Q5_K_S.ggufGGUFQ5_K_S1.08 GBDownload
rwkv7-g1h-1.5b-20260710-ctx10240-Q6_K.ggufGGUFQ6_K1.24 GBDownload
rwkv7-g1h-1.5b-20260710-ctx10240-Q8_0.ggufGGUFQ8_01.58 GBDownload

Model Details

Model IDRemySkye/rwkv7-g1h-1.5b-GGUF
AuthorRemySkye
Pipelinetext-generation
Licenseapache-2.0
Base modelBlinkDL/rwkv7-g1
Last modified2026-07-26T06:50:51.000Z

Model README

---

license: apache-2.0

base_model: BlinkDL/rwkv7-g1

library_name: llama.cpp

pipeline_tag: text-generation

tags:

  • rwkv
  • rwkv7
  • gguf
  • quantized

---

rwkv7-g1h-1.5b-20260710-ctx10240 GGUF

GGUF conversions of rwkv7-g1h-1.5b-20260710-ctx10240.pth. This repository is one model only; the other parameter sizes are published in separate repositories.

Conversion

The source checkpoint is BF16. It was converted directly from .pth to a BF16 GGUF with RWKV's converter, then the standard release ladder below was produced from that BF16 GGUF using the pinned llama.cpp quantizer. No safetensors staging file and no importance matrix were used.

  • Source revision: 6d5762253b343eec6cfbf5ed62f872f30a4cd89c
  • rwkv-mobile revision: ebfb744281c31a07aad5606ec7473f79f837e92a
  • llama.cpp revision: c92e806d1c81091c9035edce99c35374da1b465e
  • Context marker in source filename: ctx10240

Files

| Quant | PPL | BF16 retained |

| -------- | ------: | ------------: |

| BF16 | 7.8119 | 100.00% |

| Q8_0 | 7.8247 | 99.84% |

| Q6_K | 7.8642 | 99.33% |

| Q5_1 | 7.9857 | 97.82% |

| Q5_K_M | 7.9197 | 98.64% |

| Q5_K_S | 7.9718 | 97.99% |

| Q5_0 | 7.9989 | 97.66% |

| Q4_1 | 8.4823 | 92.10% |

| Q4_K_M | 8.1715 | 95.60% |

| Q4_K_S | 8.4129 | 92.86% |

| Q4_0 | 8.552 | 91.35% |

| IQ4_XS | 8.2967 | 94.16% |

| Q3_K_L | 8.8656 | 88.11% |

| Q3_K_M | 8.9759 | 87.03% |

| Q3_K_S | 10.7239 | 72.85% |

| Q2_K | 84.8916 | 9.20% |

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.

Prompting

Follow the prompt guide in the upstream model card. Avoid a trailing space at the end of the input.

Run RemySkye/rwkv7-g1h-1.5b-GGUF with guIDE

Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.

Download guIDE → · Browse 524k+ models · Compare models

Source: Hugging Face · Compare models