- 10 Feb, 2026 10 commits
-
-
wooway777 authored
-
wooway777 authored
-
PanZezhong authored
-
PanZezhong authored
-
wooway777 authored
-
PanZezhong authored
-
PanZezhong authored
-
PanZezhong authored
-
PanZezhong authored
-
PanZezhong authored
-
- 06 Feb, 2026 1 commit
-
-
Haojie Wang authored
Issue/193: inference_server适配部署需求
-
- 04 Feb, 2026 8 commits
-
-
Ceng23333 authored
Signed-off-by:Ceng23333 <441651826@qq.com>
-
Ceng23333 authored
Signed-off-by:Ceng23333 <441651826@qq.com>
-
Ceng23333 authored
Signed-off-by:Ceng23333 <441651826@qq.com>
-
Ceng23333 authored
Signed-off-by:Ceng23333 <441651826@qq.com>
-
Ceng23333 authored
Signed-off-by:Ceng23333 <441651826@qq.com>
-
MaYuhang authored
-
Ceng23333 authored
Signed-off-by:Ceng23333 <441651826@qq.com>
-
gongchensu authored
Issue/170 - Add HYGON support and improve device type handling.
-
- 30 Jan, 2026 2 commits
-
-
PanZezhong1725 authored
issue/210 support random sampling with random number
-
PanZezhong authored
-
- 23 Jan, 2026 3 commits
-
-
gongchensu authored
-
PanZezhong1725 authored
issue/199 - 支持qwen3模型
-
wangpengcheng authored
-
- 22 Jan, 2026 1 commit
-
-
wangpengcheng authored
-
- 20 Jan, 2026 1 commit
-
-
PanZezhong1725 authored
-
- 19 Jan, 2026 1 commit
-
-
MaYuhang authored
-
- 16 Jan, 2026 1 commit
-
-
Haojie Wang authored
issue/186 support longrope
-
- 14 Jan, 2026 2 commits
-
-
Haojie Wang authored
Issue/168 InfiniLM接入paged attention接口
-
PanZezhong authored
-
- 13 Jan, 2026 1 commit
-
-
PanZezhong authored
-
- 09 Jan, 2026 1 commit
-
-
PanZezhong authored
-
- 08 Jan, 2026 1 commit
-
-
PanZezhong authored
-
- 06 Jan, 2026 1 commit
-
-
PanZezhong authored
-
- 04 Jan, 2026 1 commit
-
-
PanZezhong authored
-
- 30 Dec, 2025 1 commit
-
-
PanZezhong authored
-
- 29 Dec, 2025 1 commit
-
-
Jiacheng Huang authored
* 将 `cpp.LlamaForCausalLM` 提出,变为 `infinilm.infer_engine.InferEngine` * 将 `Config` 构造逻辑拆分至 `AutoConfig` 中 * 在 `examples` 脚本中直接构造 `InferEngine` * 将 `random_sample` 计算放入模型中 * 为 `InferEngine` 单独实现 `generate` * 允许通过 `GenerationConfig` 传递 `temperature`、`top_k`、`top_p` * 将 `random_sample` 处理从 `LlamaForCausalLM` 中转移到 `RankWorker` 里 * 在 `InferEngine.generate` 中直接 `append(output_id)` * 修复 commit `13aa90c57de369f9985593c0066b6b06a7508b24` 引入的分布式卡死问题 * 将 `InferEngine.forward` 的接口与 C++ 层的 `InferEngine.Input` 对齐 * 提供了 `_measure_and_log_time` 参数来开启之前的 `generate` 内部计时功能
-
- 26 Dec, 2025 3 commits
-
-
PanZezhong1725 authored
issue/125 add pybind for paged attention cache config
-
PanZezhong authored
-
PanZezhong1725 authored
issue/125 添加Paged KV Cache接口
-