From ea47198b32d8cb6d9f7190310276e9b3345cec75 Mon Sep 17 00:00:00 2001 From: XXXXRT666 <157766680+XXXXRT666@users.noreply.github.com> Date: Sat, 2 Aug 2025 17:34:33 +0800 Subject: [PATCH] Update WSL Rocm --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index a2fa751e..7d80ec28 100644 --- a/install.sh +++ b/install.sh @@ -373,7 +373,7 @@ if [ "$USE_ROCM" = true ] && [ "$IS_WSL" = true ]; then location=$(pip show torch | grep Location | awk -F ": " '{print $2}') cd "${location}"/torch/lib/ || exit rm libhsa-runtime64.so* - cp /opt/rocm/lib/libhsa-runtime64.so.1.2 libhsa-runtime64.so + cp "$(readlink -f /opt/rocm/lib/libhsa-runtime64.so)" libhsa-runtime64.so echo -e "${SUCCESS}ROCm Runtime Lib Updated..." fi