wozeparrot/tinyrwkv
tinygrad port of the RWKV large language model.
This project offers a streamlined way for machine learning engineers to experiment with RWKV large language models. It takes existing RWKV model weights or PyTorch weights as input and allows for various operations like text generation, chatbot interactions, and even music generation. The primary users are machine learning engineers who need efficient, customizable language model implementations for their applications.
No commits in the last 6 months.
Use this if you are a machine learning engineer looking for an efficient, customizable implementation of RWKV large language models, especially for embedding into other projects or compiling to C code.
Not ideal if you are an end-user simply looking for a ready-to-use chatbot or text generator without needing to work with model architectures or code.
Stars
45
Forks
3
Language
Python
License
Apache-2.0
Category
Last pushed
Mar 09, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/llm-tools/wozeparrot/tinyrwkv"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
Lightning-AI/litgpt
20+ high-performance LLMs with recipes to pretrain, finetune and deploy at scale.
liangyuwang/Tiny-DeepSpeed
Tiny-DeepSpeed, a minimalistic re-implementation of the DeepSpeed library
catherinesyeh/attention-viz
Visualizing query-key interactions in language + vision transformers (VIS 2023)
microsoft/Text2Grad
🚀 Text2Grad: Converting natural language feedback into gradient signals for precise model...
FareedKhan-dev/Building-llama3-from-scratch
LLaMA 3 is one of the most promising open-source model after Mistral, we will recreate it's...