mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2026-07-13 03:21:07 +08:00
Compare commits
2 Commits
8cdecd047c
...
7bae4603a6
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7bae4603a6 | ||
|
|
fdf794e31d |
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user