LICENSE
README.md
pyproject.toml
rwkv_quant/__init__.py
rwkv_quant/api.py
rwkv_quant/presets.py
rwkv_quant.egg-info/PKG-INFO
rwkv_quant.egg-info/SOURCES.txt
rwkv_quant.egg-info/dependency_links.txt
rwkv_quant.egg-info/requires.txt
rwkv_quant.egg-info/top_level.txt
rwkv_quant/backends/__init__.py
rwkv_quant/backends/cuda/__init__.py
rwkv_quant/backends/metal/__init__.py
rwkv_quant/backends/metal/quant_linear.py
rwkv_quant/backends/metal/quant_linear_gw.py
rwkv_quant/backends/metal/quant_linear_v2.py
rwkv_quant/backends/metal/quant_model.py
rwkv_quant/calibration/__init__.py
rwkv_quant/calibration/ablation.py
rwkv_quant/calibration/fake_quant.py
rwkv_quant/calibration/group_config.py
rwkv_quant/calibration/outlier_scan.py
rwkv_quant/formats/__init__.py
rwkv_quant/formats/export_mlx.py
rwkv_quant/formats/reader.py
rwkv_quant/formats/schema.py
rwkv_quant/formats/writer.py
rwkv_quant/models/__init__.py
rwkv_quant/models/naming.py
rwkv_quant/models/rwkv7_ref.py
tests/test_combined_sanity_check.py
tests/test_fake_quant.py
tests/test_fuse_parity.py
tests/test_gemm_prefill.py
tests/test_gw_kernel.py
tests/test_gw_kernel_int6.py
tests/test_gw_nb_parity.py
tests/test_int4_packing.py
tests/test_naming_detection.py
tests/test_quant_linear_metal.py
tests/test_quant_linear_v2.py
tests/test_quant_model_smoke.py
tests/test_quant_parity.py
tests/test_streaming_inference.py
tests/test_v2_format.py
tests/test_v2_negative.py
tests/test_wkv_var_model.py