This private release contains a DiffRWKV State-Hijacking RELAY checkpoint plus the minimal inference code needed to load it.
The loader expects the base RWKV path in the checkpoint config to exist locally. If your path differs, edit cfg.model.rwkv_local_path in scripts/eval/relay_utils.py after loading or patch the config before constructing the model.
1pip install -r requirements.txt
2pip install flash-linear-attention fla-core
Use the same FLA build as the training environment when reporting numbers.
1huggingface-cli repo create SII-Jiaquan/StateDiffRWKV-2.9B-512-pretrained --type model --private
2huggingface-cli upload SII-Jiaquan/StateDiffRWKV-2.9B-512-pretrained . . --repo-type model