LICENSE
README.md
pyproject.toml
rwkv7_hf/__init__.py
rwkv7_hf/ada_lora.py
rwkv7_hf/ada_sparse_ffn.py
rwkv7_hf/adapter_manifest.py
rwkv7_hf/ascend_graph_runtime.py
rwkv7_hf/ascend_quant.py
rwkv7_hf/ascend_quant_w4.py
rwkv7_hf/ascend_runtime.py
rwkv7_hf/ascend_w4_cle.py
rwkv7_hf/biren_runtime.py
rwkv7_hf/blackwell_norm_mix.py
rwkv7_hf/bn_tn_tuning.py
rwkv7_hf/cli.py
rwkv7_hf/configuration_rwkv7.py
rwkv7_hf/converter.py
rwkv7_hf/doctor.py
rwkv7_hf/dplr_prefill.py
rwkv7_hf/dplr_prefill_triton.py
rwkv7_hf/extension_build.py
rwkv7_hf/fused_attention_projection.py
rwkv7_hf/fused_decode_norm_mix.py
rwkv7_hf/fused_elementwise.py
rwkv7_hf/fused_ffn.py
rwkv7_hf/fused_lora.py
rwkv7_hf/fused_norm_mix.py
rwkv7_hf/fused_output.py
rwkv7_hf/fused_prefill.py
rwkv7_hf/fused_projection.py
rwkv7_hf/fused_recurrent_update.py
rwkv7_hf/fused_time_mix.py
rwkv7_hf/kernel_package.py
rwkv7_hf/kernel_policy.py
rwkv7_hf/kernels_cli.py
rwkv7_hf/marlin_autotune.py
rwkv7_hf/metax_runtime.py
rwkv7_hf/mlx_bridge.py
rwkv7_hf/mlx_cache.py
rwkv7_hf/mlx_dplr_prefill.py
rwkv7_hf/mlx_mix.py
rwkv7_hf/mlx_model.py
rwkv7_hf/mlx_norm.py
rwkv7_hf/mlx_policy.py
rwkv7_hf/mlx_quant.py
rwkv7_hf/mlx_scan.py
rwkv7_hf/mlx_scheduler.py
rwkv7_hf/mlx_session.py
rwkv7_hf/mlx_speculative.py
rwkv7_hf/mlx_state.py
rwkv7_hf/mlx_wkv.py
rwkv7_hf/model_backbone.py
rwkv7_hf/model_cache.py
rwkv7_hf/model_config.py
rwkv7_hf/model_fast_api.py
rwkv7_hf/model_generation.py
rwkv7_hf/model_layers.py
rwkv7_hf/model_prefill_graph.py
rwkv7_hf/model_quantization.py
rwkv7_hf/model_runtime.py
rwkv7_hf/model_runtime_policy.py
rwkv7_hf/model_speculative.py
rwkv7_hf/modeling_rwkv7.py
rwkv7_hf/musa_build.py
rwkv7_hf/musa_fused.py
rwkv7_hf/musa_wkv.py
rwkv7_hf/musa_wkv_source.py
rwkv7_hf/native.py
rwkv7_hf/native_graph_runtime.py
rwkv7_hf/native_jit.py
rwkv7_hf/native_jit_bnb8.py
rwkv7_hf/native_jit_decode.py
rwkv7_hf/native_jit_dense_step.py
rwkv7_hf/native_jit_graph_dispatch.py
rwkv7_hf/native_jit_linear.py
rwkv7_hf/native_jit_packing.py
rwkv7_hf/native_jit_prefill.py
rwkv7_hf/native_jit_prefill_policy.py
rwkv7_hf/native_jit_prefill_runtime_policy.py
rwkv7_hf/native_jit_recurrent.py
rwkv7_hf/native_model.py
rwkv7_hf/native_quant.py
rwkv7_hf/native_quant_a8w8.py
rwkv7_hf/native_quant_bn_tn.py
rwkv7_hf/native_quant_bnb8.py
rwkv7_hf/native_quant_marlin.py
rwkv7_hf/native_quant_marlin_sources.py
rwkv7_hf/native_quant_mm4.py
rwkv7_hf/native_quant_mm8.py
rwkv7_hf/native_quant_policy.py
rwkv7_hf/native_quant_torchao.py
rwkv7_hf/native_wkv_fp16.py
rwkv7_hf/self_chunk_A_fwd.py
rwkv7_hf/self_chunk_cumsum.py
rwkv7_hf/self_chunk_h_fwd.py
rwkv7_hf/self_chunk_o_fwd.py
rwkv7_hf/self_chunk_rwkv7.py
rwkv7_hf/self_chunk_utils.py
rwkv7_hf/self_chunk_wy_fwd.py
rwkv7_hf/sm120_compiled_ffn.py
rwkv7_hf/sm70_linear.py
rwkv7_hf/sm70_quant.py
rwkv7_hf/sm70_wagv.py
rwkv7_hf/smoke.py
rwkv7_hf/tokenization_rwkv7.py
rwkv7_hf/train_temp_alignment.py
rwkv7_hf/train_temp_cuda.py
rwkv7_hf/train_temp_resume.py
rwkv7_hf/triton_compat.py
rwkv7_hf.egg-info/PKG-INFO
rwkv7_hf.egg-info/SOURCES.txt
rwkv7_hf.egg-info/dependency_links.txt
rwkv7_hf.egg-info/entry_points.txt
rwkv7_hf.egg-info/requires.txt
rwkv7_hf.egg-info/top_level.txt
rwkv7_hf/csrc/marlin/LICENSE
rwkv7_hf/csrc/marlin/README.md
rwkv7_hf/csrc/marlin/awq_marlin_repack.cu
rwkv7_hf/csrc/marlin/awq_marlin_repack.cuh
rwkv7_hf/csrc/marlin/dequant.h
rwkv7_hf/csrc/marlin/gptq_marlin.cu
rwkv7_hf/csrc/marlin/gptq_marlin.cuh
rwkv7_hf/csrc/marlin/gptq_marlin_bf16.cu
rwkv7_hf/csrc/marlin/gptq_marlin_repack.cu
rwkv7_hf/csrc/marlin/gptq_marlin_repack.cuh
rwkv7_hf/csrc/marlin/kernel.h
rwkv7_hf/csrc/marlin/kernel_bf16_kfe2m1f.cu
rwkv7_hf/csrc/marlin/kernel_bf16_kfe4m3fn.cu
rwkv7_hf/csrc/marlin/kernel_bf16_ku4.cu
rwkv7_hf/csrc/marlin/kernel_bf16_ku4b8.cu
rwkv7_hf/csrc/marlin/kernel_bf16_ku8b128.cu
rwkv7_hf/csrc/marlin/marlin.cuh
rwkv7_hf/csrc/marlin/marlin_dtypes.cuh
rwkv7_hf/csrc/marlin/marlin_mma.h
rwkv7_hf/csrc/marlin/marlin_template.h
rwkv7_hf/csrc/marlin/marlin_torch_bf16.cpp
rwkv7_hf/csrc/marlin/core/registration.h
rwkv7_hf/csrc/marlin/core/scalar_type.hpp
rwkv7_hf/csrc/musa/LICENSE
rwkv7_hf/csrc/musa/wkv7_musa.muh
rwkv7_hf/csrc/train_temp/LICENSE
rwkv7_hf/csrc/train_temp/README.md
rwkv7_hf/csrc/train_temp/rwkv7_clampw_v3.cpp
rwkv7_hf/csrc/train_temp/rwkv7_clampw_v3_for_h100.cu
rwkv7_hf/csrc/train_temp/rwkv7_cmix_bf16_v5.cpp
rwkv7_hf/csrc/train_temp/rwkv7_cmix_bf16_v5.cu
rwkv7_hf/csrc/train_temp/rwkv7_l2wrap_ce_bf16_v2.cpp
rwkv7_hf/csrc/train_temp/rwkv7_l2wrap_ce_bf16_v2.cu
rwkv7_hf/csrc/train_temp/rwkv7_tmix_a_gate_bf16.cpp
rwkv7_hf/csrc/train_temp/rwkv7_tmix_a_gate_bf16.cu
rwkv7_hf/csrc/train_temp/rwkv7_tmix_kk_pre_bf16_v5.cpp
rwkv7_hf/csrc/train_temp/rwkv7_tmix_kk_pre_bf16_v5.cu
rwkv7_hf/csrc/train_temp/rwkv7_tmix_lnx_rkvres_xg_bf16_v1.cpp
rwkv7_hf/csrc/train_temp/rwkv7_tmix_lnx_rkvres_xg_bf16_v1.cu
rwkv7_hf/csrc/train_temp/rwkv7_tmix_mix6_bf16_v5.cpp
rwkv7_hf/csrc/train_temp/rwkv7_tmix_mix6_bf16_v5.cu
rwkv7_hf/csrc/train_temp/rwkv7_tmix_vres_gate_bf16_v3.cpp
rwkv7_hf/csrc/train_temp/rwkv7_tmix_vres_gate_bf16_v3.cu
rwkv7_hf/remote_code/__init__.py
tests/test_acceptance_scripts.py
tests/test_ada_lora.py
tests/test_ada_sparse_ffn.py
tests/test_amd_rocm_validation_contract.py
tests/test_apple_production_acceptance.py
tests/test_apple_silicon_mlx_model_smoke.py
tests/test_apple_silicon_mlx_smoke.py
tests/test_apple_silicon_model_sweep.py
tests/test_apple_silicon_model_training_smoke.py
tests/test_apple_silicon_packaging.py
tests/test_apple_silicon_quant_smoke.py
tests/test_apple_silicon_smoke.py
tests/test_apple_silicon_trainer_smoke.py
tests/test_apple_silicon_training_smoke.py
tests/test_ascend_graph_runtime.py
tests/test_ascend_integration_contract.py
tests/test_ascend_quant.py
tests/test_ascend_runtime.py
tests/test_ascend_w4_cle.py
tests/test_backend_boundaries.py
tests/test_backend_lifecycle.py
tests/test_batch_cache.py
tests/test_batch_convert_manifest.py
tests/test_bench_batch_sweep.py
tests/test_bench_chunked_prefill.py
tests/test_bench_native_graph_ada_wagv_lora.py
tests/test_bench_native_graph_overhead.py
tests/test_bench_native_graph_state_dtype.py
tests/test_bench_native_prefill_accum_ab.py
tests/test_bench_native_prefill_scan.py
tests/test_bench_native_prefill_self_chunk_ab.py
tests/test_bench_native_quant_mm4_tuning.py
tests/test_bench_result_metadata.py
tests/test_biren_br106m_smoke.py
tests/test_biren_integration_contract.py
tests/test_biren_runtime.py
tests/test_blackwell_norm_mix.py
tests/test_blackwell_quant_gate.py
tests/test_bn_tn_tuning.py
tests/test_bnb_skip_policy.py
tests/test_chunked_prefill.py
tests/test_clean_install_acceptance.py
tests/test_clean_install_packaging.py
tests/test_cli.py
tests/test_convert_attention_width_integration.py
tests/test_convert_config.py
tests/test_coreml_export.py
tests/test_cpu_tiny_demo.py
tests/test_cross_card_runtime_isolation.py
tests/test_current_benchmark_artifacts.py
tests/test_deepspeed_configs.py
tests/test_deepspeed_resume_smoke.py
tests/test_deepspeed_training_smoke.py
tests/test_device_map_generate.py
tests/test_doctor.py
tests/test_document_freshness.py
tests/test_dplr_prefill_scan.py
tests/test_dplr_prefill_triton.py
tests/test_dynamic_batch_cache.py
tests/test_extension_build_env.py
tests/test_extract_jsonl_from_log.py
tests/test_fast_cache.py
tests/test_fast_decode_api.py
tests/test_fast_prefill_forward.py
tests/test_fused_attention_projection.py
tests/test_fused_decode_norm_mix.py
tests/test_fused_norm_mix.py
tests/test_fused_recurrent_output_dtype.py
tests/test_fused_recurrent_output_raw.py
tests/test_fused_sequence_ffn.py
tests/test_fused_sequence_mix.py
tests/test_fused_state_scan_split.py
tests/test_fused_width_split.py
tests/test_gradio_native_hf_example.py
tests/test_hf_api_contract.py
tests/test_hf_capacity_probe.py
tests/test_hf_dependency_compat.py
tests/test_hf_fast_path_v1.py
tests/test_hf_parallel_download.py
tests/test_hf_rl_training_smoke.py
tests/test_hf_trainer_resume_smoke.py
tests/test_hf_training_smoke.py
tests/test_huawei_ascend_smoke.py
tests/test_kernel_package.py
tests/test_kernel_policy.py
tests/test_kernel_wheel_tooling.py
tests/test_kernels_cli.py
tests/test_larger_model_results.py
tests/test_logit_compression_alignment.py
tests/test_markdown_links.py
tests/test_marlin_autotune.py
tests/test_math500_compare.py
tests/test_metax_c500_smoke.py
tests/test_metax_integration_contract.py
tests/test_metax_runtime.py
tests/test_mlx_component_profile.py
tests/test_mlx_dplr_prefill.py
tests/test_mlx_dynamic_scheduler.py
tests/test_mlx_dynamic_serving_bench.py
tests/test_mlx_mix.py
tests/test_mlx_module_boundaries.py
tests/test_mlx_norm.py
tests/test_mlx_prefix_cache.py
tests/test_mlx_quant.py
tests/test_mlx_quant_quality.py
tests/test_mlx_safe_defaults_bench.py
tests/test_mlx_scan.py
tests/test_mlx_serving_load_bench.py
tests/test_mlx_speculative.py
tests/test_mlx_wkv.py
tests/test_model_runtime_policy.py
tests/test_musa_contract.py
tests/test_musa_s70_shift_mix_evidence.py
tests/test_native_attention_width.py
tests/test_native_bnb_quant_smoke.py
tests/test_native_decode_bench_unit.py
tests/test_native_deepspeed_contract.py
tests/test_native_default_contract.py
tests/test_native_dpo_smoke.py
tests/test_native_fla_free_import.py
tests/test_native_graph_cache.py
tests/test_native_graph_runtime_unit.py
tests/test_native_grpo_smoke.py
tests/test_native_jit_bnb8_split.py
tests/test_native_jit_decode_split.py
tests/test_native_jit_dense_step_split.py
tests/test_native_jit_graph_dispatch_split.py
tests/test_native_jit_module_split.py
tests/test_native_jit_packing_split.py
tests/test_native_jit_prefill_policy.py
tests/test_native_jit_prefill_runtime_policy_split.py
tests/test_native_jit_prefill_split.py
tests/test_native_jit_recurrent_split.py
tests/test_native_mm8_persist.py
tests/test_native_model.py
tests/test_native_model_generate_unit.py
tests/test_native_model_module_split.py
tests/test_native_model_multi_device.py
tests/test_native_model_training_unit.py
tests/test_native_official_decode_summary.py
tests/test_native_peft_save_load_merge.py
tests/test_native_prefill_graph.py
tests/test_native_prefill_scan.py
tests/test_native_prefill_stacked_rkv.py
tests/test_native_quant_a8w8.py
tests/test_native_quant_bn_tn.py
tests/test_native_quant_bnb8.py
tests/test_native_quant_config.py
tests/test_native_quant_marlin.py
tests/test_native_quant_memory_loading.py
tests/test_native_quant_mm4.py
tests/test_native_quant_mm4_policy.py
tests/test_native_quant_mm8.py
tests/test_native_quant_mm8_cpu.py
tests/test_native_quant_mm8_policy.py
tests/test_native_quant_torchao.py
tests/test_native_sft_smoke.py
tests/test_native_trainer_resume_smoke.py
tests/test_native_trainer_smoke.py
tests/test_native_transformers_contract_unit.py
tests/test_native_wkv_fp16.py
tests/test_official_alignment.py
tests/test_official_native_inference_alignment.py
tests/test_official_prefill_self_repeats.py
tests/test_peft_lora.py
tests/test_prepare_rwkv7_g1_validation_models.py
tests/test_probe_sm120_b8_dense_ffn_compile.py
tests/test_pytest_marker_policy.py
tests/test_quantized_inference.py
tests/test_qwen35_3090_paired_pd_v2.py
tests/test_qwen35_4090_paired_pd_v2.py
tests/test_qwen35_apple_baseline.py
tests/test_qwen35_apple_goal_audit.py
tests/test_qwen35_best_optimized_hf_v1.py
tests/test_qwen35_comparison_layout.py
tests/test_qwen35_paired_decode_v1.py
tests/test_qwen35_paired_pd_bundle_v1.py
tests/test_qwen35_paired_pd_v1.py
tests/test_qwen35_quant_routes.py
tests/test_qwen35_speed_matrix.py
tests/test_qwen35_v100_paired_pd_v1.py
tests/test_release_metadata.py
tests/test_reload_roundtrip.py
tests/test_repository_docs_layout.py
tests/test_result_tools.py
tests/test_run_4080_qwen35_best_optimized_hf_v1.py
tests/test_run_4080_qwen35_paired_pd_v1.py
tests/test_run_4080_rwkv_paired_pd_v1.py
tests/test_run_5090_rwkv_paired_decode_v1.py
tests/test_run_v100_qwen35_paired_pd_v1.py
tests/test_runtime_compat_and_bench_contracts.py
tests/test_select_qwen35_graph_route_v1.py
tests/test_self_chunk_rwkv7.py
tests/test_serving_porting_docs.py
tests/test_sm120_compiled_ffn.py
tests/test_sm70_linear.py
tests/test_sm70_quant.py
tests/test_sm70_wagv.py
tests/test_smoke_cli.py
tests/test_speculative_decode.py
tests/test_summarize_4090_4080_routes.py
tests/test_sync_hf_adapter_code.py
tests/test_t4_quant_safety.py
tests/test_tensor_parallel_generate.py
tests/test_tokenizer_fast_trie.py
tests/test_train_native_cli.py
tests/test_train_spec_draft_unit.py
tests/test_train_temp_alignment.py
tests/test_train_temp_alignment_evidence.py
tests/test_train_temp_alignment_runner.py
tests/test_train_temp_b16_evidence.py
tests/test_train_temp_cuda.py
tests/test_train_temp_native_recipe.py
tests/test_train_temp_resume.py
tests/test_transformers_naming_contract.py
tests/test_triton_compat.py
tests/test_user_quickstart.py
tests/test_v100_sm70_mm4_production_gate.py
tests/test_v100_sm70_prefill_dequant_evidence.py
tests/test_verify_hf_release_script.py