CoolFace
Modelpublic

Hakureirm/rwkv7-0.1b-hf

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes270downloads
7 commits on main
16136bb2mo ago

Retire the optional kernels, carry the tokenizer, drop dead config keys

Hakureirm
70479b02mo ago

max_position_embeddings 4096: the training context of the source checkpoint (RWKV is recurrent; this only sizes generation defaults)

Hakureirm
b6889b12mo ago

Sync remote code from rwkv7-hub (canonical generated build)

Hakureirm
dca18592mo ago

Shape the triton imports so the remote-code import scanner exempts them (they only execute under the same availability guard)

Hakureirm
9ea60072mo ago

Ship the implementation as remote code (auto_map): stock transformers loads this repo directly; verified CPU + Apple MPS + CUDA

Hakureirm
05001ce2mo ago

RWKV-7 0.1B, converted from BlinkDL/rwkv-7-world for the in-tree transformers implementation

Hakureirm
f30205a2mo ago

initial commit

Hakureirm