Skip to content

Commit 04e4419

Browse files
committed
fix typo error
1 parent 4b5e8a3 commit 04e4419

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
| Module | Role | Key Features | Dependencies / Integration |
2121
|--------------|------|--------------|-----------------------------|
22-
| [**Primus-LM**](https://github.com/AMD-AGI/Primus) | End-to-end training framework | - Supports multiple training backends (Megatron, TorchTitan, etc.)<br>- Provides high-performance, scalable distributed training<br>- Deeply integrates with Turbo and Safe | - Can invoke Primus-Turbo kernels and modules<br>- Runs on top of Primus-Safe for stable scheduling |
22+
| [**Primus-LM**](https://github.com/AMD-AGI/Primus) | End-to-end training framework | - Supports multiple training backends (Megatron, TorchTitan, etc.)<br>- Provides high-performance, scalable distributed training<br>- Deeply integrates with Primus-Turbo and Primus-SaFE | - Can invoke Primus-Turbo kernels and modules<br>- Runs on top of Primus-SaFE for stable scheduling |
2323
| [**Primus-Turbo**](https://github.com/AMD-AGI/Primus-Turbo) | High-performance operators & modules | - Provides common LLM training operators (FlashAttention, GEMM, Collectives, GroupedGemm, etc.)<br>- Modular design, directly pluggable into Primus-LM<br>- Optimized for different architectures and precisions | - Built on [**AITER**](https://github.com/ROCm/aiter), [**CK**](https://github.com/ROCm/composable_kernel), [**hipBLASLt**](https://github.com/ROCm/hipBLASLt), [**Triton**](https://github.com/ROCm/triton) and other operator libraries<br>- Can be enabled via configuration inside Primus-LM |
2424
| [**Primus-SaFE**](https://github.com/AMD-AGI/Primus-SaFE) | Stability & platform layer | - Cluster sanity check and benchmarking<br>- Kubernets scheduling with topology awareness<br>- Fault tolerance<br>- Stability enhancements | - Building a training platform based on the K8s and Slurm ecosystem |
2525

0 commit comments

Comments
 (0)