| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[docs] A performance report of ray-ascend[yr] (#55) **Local Mode: yr direct transport VS ray actor P2P** | Setting | Tensor Count | Tensor Size (KB) | Total Size (GB) | Transport Mode | P99 Latency (s) | P95 Latency (s) | P90 Latency (s) | AVG Throughput(Gbps)| |---------|--------------|------------------|-----------------|----------------|------------------|-----------------|----------------|---| | small | 9216 | 32 | 0.28 | yr | 7.33 | 7.30 | 7.10 | 0.35| | small | 9216 | 32 | 0.28 | ray | 12.27 | 12.15 | 12.14 | 0.19 | | medium | 61440 | 128 | 7.50 | yr | 49.17| 49.09| 48.99| 1.25| | medium | 61440 | 128 | 7.50 | ray | 152.03 | 144.54 | 144.05 | 0.42| | large | 35000 | 384 | 12.81 | yr | 24.76 | 24.46 | 24.38 |4.27 | | large | 35000 | 384 | 12.81| ray | 149.16 | 148.90 | 148.14 | 0.70 | **Remote Mode:** | Setting | Tensor Count | Tensor Size (KB) | Total Size (GB) | Transport Mode | P99 Latency (s) | P95 Latency (s) | P90 Latency (s) | AVG Throughput(Gbps)| |---------|--------------|------------------|-----------------|----------------|------------------|-----------------|----------------|---| | small | 9216 | 32 | 0.28 | yr | 9.25 | 9.02 | 8.76 | 0.27| | small | 9216 | 32 | 0.28 | ray | 12.14 | 12.10 | 12.05 | 0.19 | | medium | 61440 | 128 | 7.50 | yr | 55.22| 55.15| 54.97| 1.11| | medium | 61440 | 128 | 7.50 | ray | 129.54 | 129.16 | 128.63 | 0.47 | | large | 35000 | 384 | 12.81 | yr | 30.18 | 30.14 | 29.98 |3.48 | | large | 35000 | 384 | 12.81| ray | 138.81 | 136.74 | 135.85 | 0.76 | --------- Signed-off-by: dpj135 <958208521@qq.com> | 2 个月前 | |
[docs] Prettify expression and publish docs to github pages (#28) # Description 1. add mdformat-mkdocs to ensure html rendering 1. markdown newline indent is by default 3 spaces, but mkdocs require 4 spaces for correct html rendering. so I installed mdformat-mkdocs in pre-commit to automatically fix it 2. prettify english expression 3. automatically publish to github pages before <img width="2940" height="1604" alt="image" src="https://github.com/user-attachments/assets/82746208-4e9e-42c4-9be5-4113146a6a53" /> after <img width="2940" height="1604" alt="image" src="https://github.com/user-attachments/assets/b2c7feae-1f34-4ebf-8bb9-ff4554638c97" /> --------- Signed-off-by: tianyi-huawei <getianyi1@huawei.com> Co-authored-by: tianyi-huawei <getianyi1@huawei.com> | 4 个月前 | |
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
[docs] Clarify etcd is optional and unify OpenYuanrong naming (#51) ## Description - Clarify that etcd setup is optional for YR transport (only needed for etcd mode, metastore mode is default with no external dependencies) - Unify "OpenYuanrong" naming across all documentation files - Update environment variables section in installation.md to reference yr_transport.md instead of listing outdated env vars - Fix pip install commands to properly quote version constraints (e.g., "openyuanrong-datasystem>=0.8.0") ## Files Changed - README.md: OpenYuanrong naming - docs/developer_guide/setup.md: etcd optional clarification, naming - docs/user_guide/installation.md: etcd optional, env vars reference - docs/user_guide/yr_transport.md: naming, pip command fix - docs/user_guide/index.md: naming - ray_ascend/utils/yr_utils.py: pip command fix in error messages Signed-off-by: Haichuan Hu <kaisennhu@gmail.com> | 3 个月前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 2 个月前 | ||
| 4 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 3 个月前 |