1
0
mirror of https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI.git synced 2026-06-05 01:10:22 +08:00

doc: update instructions for ROCM (#106)

This commit is contained in:
Jax Leo
2025-01-29 13:46:08 +08:00
committed by GitHub
parent b0552625f7
commit 78dfad6cba
5 changed files with 245 additions and 4 deletions

View File

@@ -306,6 +306,12 @@ export ROCM_PATH=/opt/rocm
export HSA_OVERRIDE_GFX_VERSION=10.3.0
```
그리고 종속 요소를 설치한 후 PyTorch를 ROCM 버전으로 덮어씁니다.
````
pip 설치 토치 토치비전 토치오디오 --index-url https://download.pytorch.org/whl/rocm6.2
````
동시에 현재 사용자가 `render` 및 `video` 사용자 그룹에 속해 있는지 확인하세요.
```