kvcache-ai-ktransformers/kt-kernel/test/per_commit
yyj e80614fc2d
Some checks failed
Book-CI / test (push) Waiting to run
Book-CI / test-1 (push) Waiting to run
Book-CI / test-2 (push) Waiting to run
Deploy / deploy (macos-latest) (push) Waiting to run
Deploy / deploy (ubuntu-latest) (push) Waiting to run
Deploy / deploy (windows-latest) (push) Waiting to run
Release Fake Tag / publish (push) Has been cancelled
Release to PyPI / Build & publish sglang-kt (push) Has been cancelled
Release to PyPI / Build kt-kernel (Python 3.11) (push) Has been cancelled
Release to PyPI / Build kt-kernel (Python 3.12) (push) Has been cancelled
Release to PyPI / Publish kt-kernel to PyPI (push) Has been cancelled
Release to PyPI / Build & publish ktransformers shell sdist (push) Has been cancelled
[feat](kt-sft): Activation reuse & Int8 kernel refactor & native block-FP8 LoRA SFT (#2141)
* feat(sft): support distributed activation reuse policies

* feat(sft): add frozen-base INT8 LoRA training

* fix(sft): make INT8 expert LoRA rank-zero authoritative

* fix(sft): preserve DeepSeek router LoRA routing

* feat(sft): enable persistent INT8 LoRA training

* perf(sft): accelerate INT8 VNNI with oneDNN BRGEMM

* perf(int8): fuse oneDNN compensation into backward repack

* [feat]: support BF16 expert LoRA training

* [fix]: honor forwarded activation policy in SFT workers

* feat(sft): add native block-FP8 routed expert LoRA

* feat(sft): expose explicit expert placeholder ownership

* fix(sft): publish fused adapter artifacts atomically

* feat(sft): own artifact and adapter lifecycle contracts

* fix(sft): harden artifact and rank-local contracts

* fix(sft): auto-adapt owner before adapter restore

* style(sft): keep lifecycle comments concise

* fix(sft): require fused adapter manifests

* test(sft): use spawn for distributed workers

* fix(sft): preserve runtime checkpoint metadata

* fix(sft): validate wrapped runtime configuration

* fix(sft): preserve expert format provenance

* fix(sft): own routed experts during device dispatch

* test(sft): lock explicit quantization conflict

* fix(cpu): make shared memory buffers lifetime-safe

* release: prepare v0.7.0
2026-08-17 16:25:14 +08:00
..
__init__.py add ci (#1642) 2025-11-25 20:52:08 +08:00
test_amd_placeholder.py add ci (#1642) 2025-11-25 20:52:08 +08:00
test_basic_cpu.py Kt minimax (#1742) 2025-12-24 15:39:44 +08:00
test_convert_kt_to_sglang_adapter.py [feat](kt-lora): add end-to-end Qwen3.5 MoE KT LoRA serving workflow (#2031) 2026-06-05 16:57:14 +08:00
test_convert_kt_to_sglang_adapter_integration.py [feat](kt-lora): add end-to-end Qwen3.5 MoE KT LoRA serving workflow (#2031) 2026-06-05 16:57:14 +08:00
test_cpu_detect_metadata.py [feat](kt-sft): Activation reuse & Int8 kernel refactor & native block-FP8 LoRA SFT (#2141) 2026-08-17 16:25:14 +08:00
test_cuda_placeholder.py add ci (#1642) 2025-11-25 20:52:08 +08:00
test_load_experts_count_guard.py [fix(loader)]: correct off-by-one expert-count guard in load_experts (#2026) 2026-06-07 23:41:04 +08:00
test_moe_amx_accuracy_int4.py Kt minimax (#1742) 2025-12-24 15:39:44 +08:00
test_moe_amx_accuracy_int4_1.py Kt minimax (#1742) 2025-12-24 15:39:44 +08:00
test_moe_amx_accuracy_int4_1k.py Kt minimax (#1742) 2025-12-24 15:39:44 +08:00
test_moe_amx_accuracy_int8.py Kt minimax (#1742) 2025-12-24 15:39:44 +08:00
test_moe_amx_bench_int4.py Kt minimax (#1742) 2025-12-24 15:39:44 +08:00
test_moe_amx_bench_int4_1.py Kt minimax (#1742) 2025-12-24 15:39:44 +08:00
test_moe_amx_bench_int4_1k.py Kt minimax (#1742) 2025-12-24 15:39:44 +08:00
test_moe_amx_bench_int8.py [feat](kt-kernel): CPU-GPU experts sched (#1796) 2026-01-16 17:01:15 +08:00
test_moe_avx2_accuracy_bf16.py [feat] : Add MACA backend support for kt-kernel and fix CPU MoE tests (#2044) 2026-06-16 16:49:06 +08:00
test_moe_avx2_accuracy_fp8.py [feat] : Add MACA backend support for kt-kernel and fix CPU MoE tests (#2044) 2026-06-16 16:49:06 +08:00
test_moe_gptq_int4_accuracy.py [feat] Add SYCL backend for intel iGPU (#2089) 2026-07-17 16:24:04 +08:00
test_moe_rawint4_accuracy.py [perf]: add K2 RAWINT4 prefill mat-mat dispatch (#2080) 2026-07-19 21:43:01 +08:00
test_moe_rawint4_load_equivalence.py [fix](kt-kernel): AVX-VNNI-256 RAWINT4 per-expert weight loading (#2092) 2026-07-19 17:24:52 +08:00
test_port_checker.py [fix](cli): detect bound ports before launch (#2071) 2026-07-06 18:25:31 +08:00
test_sft_activation_policy.py [feat](kt-sft): Activation reuse & Int8 kernel refactor & native block-FP8 LoRA SFT (#2141) 2026-08-17 16:25:14 +08:00
test_sft_artifact_contracts.py [feat](kt-sft): Activation reuse & Int8 kernel refactor & native block-FP8 LoRA SFT (#2141) 2026-08-17 16:25:14 +08:00
test_sft_authoritative_grad.py [feat](kt-sft): Activation reuse & Int8 kernel refactor & native block-FP8 LoRA SFT (#2141) 2026-08-17 16:25:14 +08:00
test_sft_backend_dispatch.py [feat](kt-sft): Activation reuse & Int8 kernel refactor & native block-FP8 LoRA SFT (#2141) 2026-08-17 16:25:14 +08:00
test_sft_checkpoint_reuse.py [feat](kt-sft): Activation reuse & Int8 kernel refactor & native block-FP8 LoRA SFT (#2141) 2026-08-17 16:25:14 +08:00
test_sft_conv3d_compat.py [feat](sft): support Qwen VLM MoE fine-tuning (#2156) 2026-08-17 10:51:55 +08:00
test_sft_ephemeral_int8.py [feat](kt-sft): Activation reuse & Int8 kernel refactor & native block-FP8 LoRA SFT (#2141) 2026-08-17 16:25:14 +08:00
test_sft_force_fused_expert_lora.py [feat](kt-sft): Activation reuse & Int8 kernel refactor & native block-FP8 LoRA SFT (#2141) 2026-08-17 16:25:14 +08:00
test_sft_fp8_load_entry.py [feat](kt-sft): Activation reuse & Int8 kernel refactor & native block-FP8 LoRA SFT (#2141) 2026-08-17 16:25:14 +08:00
test_sft_fp8_loader.py [feat](kt-sft): Activation reuse & Int8 kernel refactor & native block-FP8 LoRA SFT (#2141) 2026-08-17 16:25:14 +08:00
test_sft_full_checkpoint.py [feat](kt-sft): Activation reuse & Int8 kernel refactor & native block-FP8 LoRA SFT (#2141) 2026-08-17 16:25:14 +08:00
test_sft_int8_numerical.py [feat](kt-sft): Activation reuse & Int8 kernel refactor & native block-FP8 LoRA SFT (#2141) 2026-08-17 16:25:14 +08:00
test_sft_omp_threads.py [feat](kt-sft): Activation reuse & Int8 kernel refactor & native block-FP8 LoRA SFT (#2141) 2026-08-17 16:25:14 +08:00
test_sft_persistent_int8_manifest.py [feat](kt-sft): Activation reuse & Int8 kernel refactor & native block-FP8 LoRA SFT (#2141) 2026-08-17 16:25:14 +08:00
test_sft_profiler.py [feat](kt-kernel): end-to-end full-parameter and LoRA SFT(#2094) 2026-07-23 21:23:34 +08:00
test_sft_qwen3_vl_moe.py [feat](sft): support Qwen VLM MoE fine-tuning (#2156) 2026-08-17 10:51:55 +08:00
test_sft_router_grad.py [feat](kt-sft): Activation reuse & Int8 kernel refactor & native block-FP8 LoRA SFT (#2141) 2026-08-17 16:25:14 +08:00
test_sft_runtime_ownership.py [feat](kt-sft): Activation reuse & Int8 kernel refactor & native block-FP8 LoRA SFT (#2141) 2026-08-17 16:25:14 +08:00
test_sft_shared_expert.py [feat](kt-kernel): end-to-end full-parameter and LoRA SFT(#2094) 2026-07-23 21:23:34 +08:00