Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

dlinfer

dlinfer 收录了来自 DeepLink-org 的 7 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
7
Stars
74
更新
2026-07-20
Forks
15
职业覆盖
3 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

ascend-timeline
软件开发工程师

Pull and analyze inference timelines on Ascend with lmdeploy+dlinfer. Covers profiling script templates, delay selection, raw timeline handling, fixed-real-batch decode/KV-context audit, and analysis reporting.

2026-07-20
lmdeploy-service-launch
网络与计算机系统管理员

Start, monitor, and stop lmdeploy REST API services for any supported device/backend. Use when Codex needs to run `lmdeploy serve api_server` for a model path, choose model names from the model being served, set backend/device/max-batch/cache and user-provided parallel strategy flags, run outside the sandbox when devices are unavailable inside it, preserve server logs, check readiness, handle port conflicts, and cleanly stop the service before another run.

2026-07-07
restful-pressure-benchmark
软件质量保证分析师与测试员

Run RESTful pressure benchmarks with lmdeploy's profile_restful_api.py after starting an lmdeploy API service. Use when Codex needs to choose ShareGPT native-length or random-length workloads, set tokenizer/model/client parameters without hard-coding qwen, compare models or max-batch settings, preserve logs, inspect running batch and KV cache behavior, and report throughput and cache/OOM handling.

2026-07-07
op-callchain
软件开发工程师

The operator call chain in lmdeploy+dlinfer — the five layers every op crosses from model.forward() down to torch_npu/aclnn kernels, and how to trace or add a new op. Uses fused MoE (Qwen3.5 MoE) on Ascend as the worked example.

2026-07-03
graph-mode-internals
软件开发工程师

Understand the complete graph mode flow in lmdeploy+dlinfer, covering the runner architecture, buffer management, vendor differences, and common pitfalls.

2026-06-30
precision-align
软件开发工程师

Debug precision regressions in lmdeploy+dlinfer on domestic AI hardware (Ascend / CAMB / MACA) by comparing against a reference implementation.

2026-06-30
support-new-model
软件开发工程师

Add support for a new model (already in lmdeploy's CUDA backend) on domestic AI hardware (Ascend / CAMB / MACA) via dlinfer.

2026-06-30