under test, not sure no errors

This commit is contained in:
root
2026-09-02 07:01:29 +00:00
commit 9f4fcd5039
4224 changed files with 1015180 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
# 基础知识
- xLLM使用一卡一进程模式多卡之间使用rpc进行函数调用模型计算过程中的数据通信使用device集合通信库。
- HCCL/LCCL是高性能集合通信提供单机多卡以及多机多卡间的数据并行、模型并行集合通信方案。