mirror of
https://github.com/kvcache-ai/ktransformers.git
synced 2026-04-28 03:39:48 +00:00
* [feat]: simplify sglang installation with submodule, auto-sync CI, and version alignment
- Add kvcache-ai/sglang as git submodule at third_party/sglang (branch = main)
- Add top-level install.sh for one-click source installation (sglang + kt-kernel)
- Add sglang-kt as hard dependency in kt-kernel/pyproject.toml
- Add CI workflow to auto-sync sglang submodule daily and create PR
- Add CI workflow to build and publish sglang-kt to PyPI
- Integrate sglang-kt build into release-pypi.yml (version.py bump publishes both packages)
- Align sglang-kt version with ktransformers via SGLANG_KT_VERSION env var injection
- Update Dockerfile to use submodule and inject aligned version
- Update all 13 doc files, CLI hints, and i18n strings to reference new install methods
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* [build]: bump version to 0.5.2
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* [build]: rename PyPI package from kt-kernel to ktransformers
Users can now `pip install ktransformers` to get everything
(sglang-kt is auto-installed as a dependency).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Revert "[build]: rename PyPI package from kt-kernel to ktransformers"
This reverts commit
|
||
|---|---|---|
| .. | ||
| api/server | ||
| kt-kernel | ||
| operators | ||
| SFT | ||
| AMX.md | ||
| balance-serve.md | ||
| benchmark.md | ||
| deepseek-v2-injection.md | ||
| DeepseekR1_V3_tutorial.md | ||
| Docker.md | ||
| Docker_xpu.md | ||
| FAQ.md | ||
| fp8_kernel.md | ||
| install.md | ||
| Kimi-K2-Thinking.md | ||
| Kimi-K2.5.md | ||
| Kimi-K2.md | ||
| Kllama_tutorial_DeepSeekV2Lite.ipynb | ||
| KTransformers Full Introduction for Motivation and Practice.pdf | ||
| KTransformers-FT_PPT_share.pdf | ||
| llama4.md | ||
| long_context_introduction.md | ||
| long_context_tutorial.md | ||
| makefile_usage.md | ||
| MiniMax-M2.5.md | ||
| multi-gpu-tutorial.md | ||
| prefix_cache.md | ||
| Qwen3-Next.md | ||
| Qwen3.5.md | ||
| ROCm.md | ||
| SFT_Installation_Guide_KimiK2.5.md | ||
| SFT_Installation_Guide_KimiK2.md | ||
| SmallThinker_and_Glm4moe.md | ||
| V3-success.md | ||
| xpu.md | ||