Update ROCm branch name

This commit is contained in:
Yanyao Wang
2024-09-20 18:09:54 -05:00
committed by GitHub
parent 7023ee1028
commit b0b28d3883

View File

@@ -50,7 +50,7 @@ The following example shows how to use the repo tool to download the ROCm source
```bash
mkdir -p ~/ROCm/
cd ~/ROCm/
~/bin/repo init -u http://github.com/ROCm/ROCm.git -b roc-6.0.x
~/bin/repo init -u http://github.com/ROCm/ROCm.git -b roc-6.2.x
~/bin/repo sync
```