add deepwiki link and wechat modal - #224
Closed
kkkky123 wants to merge 292 commits into
Closed
Conversation
This reverts commit 6ad3331.
This commit introduces native support for Ascend NPUs in the ROLL project while maintaining compatibility with existing CUDA-based infrastructure. Key changes include: - Added a unified device abstraction interface for initialization, memory management, and synchronization, enabling extensibility for both CUDA and Ascend. - Replaced direct usage of Ray CUDA resource APIs with the new abstraction layer to support heterogeneous multi-device environments. - Integrated Ascend inference backend via vLLM + vLLM-Ascend. - Added experimental training support with DeepSpeed on Ascend hardware. - Added documentation for Ascend usage. This enhancement lays the foundation for seamless switching between CUDA and Ascend devices. Future work: - Add inference support for SGLang on Ascend NPUs. - Add training support for Megatron on Ascend NPUs. - Add training support for FSDP on Ascend NPUs. - Add support for vLLM versions >= 0.10. - Provide documentation with accuracy and performance benchmarks. Co-authored-by: noemotiovon <757486878@qq.com> Co-authored-by: FightingZhen <295632982@qq.com> Co-authored-by: lowdy1 <xiahouweidong@gmail.com>
Signed-off-by: noemotiovon <757486878@qq.com>
… lacks metrics such as system/tps.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
add deepwiki link and wechat modal