Skip to content

Commit

Permalink
Revert "use /opt/rocm softlink by default"
Browse files Browse the repository at this point in the history
This reverts commit 7a2ef10.
  • Loading branch information
pemeliya committed Nov 29, 2024
1 parent 7a2ef10 commit 4e0de29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_rocm_python3
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ shift "$((OPTIND-1))"
nightly=true

# First positional argument (if any) specifies the ROCM_INSTALL_DIR
ROCM_INSTALL_DIR=$(realpath /opt/rocm)
ROCM_INSTALL_DIR=/opt/rocm-6.2.0
if [[ -n $1 ]]; then
ROCM_INSTALL_DIR=$1
fi
Expand Down

0 comments on commit 4e0de29

Please sign in to comment.