KTransformers Adds LoRA Fine-Tuning and Restricts a Scheduler Attack Surface
KTransformers v0.6.4 adds LoRA and hybrid fine-tuning to its CPU-GPU workflow for sparse mixture-of-experts models, expands an Ampere inference path and moves a scheduler endpoint to loopback after a report of unauthenticated pickle deserialization. Its published throughput figures are configuration-specific release claims, not a general comparison of fine-tuning methods.
- KTransformers v0.6.4 adds LoRA and hybrid options to its existing full-parameter fine-tuning path for sparse mixture-of-experts models.
- The release's 400 and 600 tokens-per-second figures came from specified end-to-end configurations; they do not establish a like-for-like quality or cost comparison between the methods.
- A scheduler endpoint now binds only to loopback after a security report described unauthenticated pickle deserialization on a network-reachable socket.
KTransformers, a software project that uses CPUs and GPUs together for large sparse mixture-of-experts (MoE) model work, has released v0.6.4 with LoRA and hybrid fine-tuning alongside the full-parameter training path it already offered. The release also extends a DeepSeek V4 Flash inference route to Ampere GPUs and changes how its balance_serve scheduler listens for connections.
The news is a broader set of choices within KTransformers' existing LLaMA-Factory workflow, not evidence that every machine or model now has the same capability. The release ties the new training path to BF16 CPU-managed expert weights and to particular CPU, GPU, driver and model configurations. Its security change likewise limits which hosts can reach the scheduler; it does not say that pickle was removed from the protocol.

KTransformers company-reported end-to-end training throughput for Full-FT and LoRA on its stated Qwen3-30B-A3B configuration; the release does not provide a controlled comparison. Source: KTransformers v0.6.4 release.
LoRA joins the project's full-parameter path
Before this release, KTransformers' KT SFT path supported end-to-end full-parameter fine-tuning. In that mode, it updates the CPU-managed expert weights as well as the model's regular trainable parameters. Version 0.6.4 adds LoRA coverage for regular linear layers, routers and gates, and fused MoE experts; hybrid runs can train LoRA and full-parameter components together.
That matters specifically for sparse MoE systems, where the project is designed to keep expert work on CPUs while using GPUs for other parts of the workflow. The release notes say the path supports gradient accumulation, activation checkpointing, distributed execution, optimizer updates and profiling. They also make clear that the primary target is BF16 CPU expert training, a deployment boundary that the feature headline alone does not convey.