Xinyuan Tong
Xinyuan Tong
## Description This PR introduces a **Hardware Information Collector** for worker nodes within the cluster. The expected behavior is as follows: - Automatic Execution: When new worker nodes are added...
**Describe the bug** The `sllm-cli` tool reports successful model deployment even though the model is not actually deployed successfully. **To Reproduce** Steps to reproduce the behavior: 0. Code snippets ```bash...
## 注意 Pull Request 提交后,预计 1 分钟内将会得到自动化格式检查的结果。只有通过自动化检查的 Pull Request 才会被人工审核。 - [x] 请确保此 Pull Request 能够通过自动化代码检查。 ## 签署 必须签署下面的对话框才能开始审核。 ### HowToCook 仓库采用了 [The Unlicense](https://unlicense.org/) 协议 菜谱在签入前,必须确保其可以**直接声明进入 "公共领域"(public domain)**。这意味着一旦合并后,任何人都**可以**自由复制,修改,发布,使用,编译,出售或以菜谱的形式或菜的形式分发,**无论**是出于**商业目的**还是**非商目的**,以及**任何**手段。 - [x]...
### Motivation The current endpoint only supports image data input, limiting its flexibility for diverse VLM use cases. We need additional input formats, particularly for RL applications: (Could be split...
## Description Add support for sglang backend. It depends on https://github.com/sgl-project/sglang/pull/13440 ## Motivation Explain why this change is needed and what problem it solves. If it fixes an issue, link...
## Description Briefly describe your changes. ## Motivation Explain why this change is needed and what problem it solves. If it fixes an issue, link it (e.g., `close #123`). ##...