Python library for the RWKV language model, a RNN with transformer-level performance. Current version 0.8.32. Stable release cadence.
pip install rwkvNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic text generation with RWKV model. Requires a .pth model file and tokenizer.json.
Use 'cuda fp16' for Int8 quantization is no longer supported; use 'cuda fp16' or 'cuda fp32'.
Download updated model files from Hugging Face or the official repository.
Download '20B_tokenizer.json' from https://github.com/BlinkDL/ChatRWKV and provide path.