Updated AMD ROCm (markdown)

Disty0
2025-09-27 23:22:05 +03:00
parent 72f342e113
commit 603b9bb1ea
+1 -1
@@ -210,7 +210,7 @@ cd sdnext
```
4. Create Python virtual environment.
```shell
python3 -m venv venv
python -m venv venv
```
5. Install PyTorch. Replace `[REPLACE_THIS]` with gfx110X-dgpu, gfx1151, gfx120X-all, gfx94X-dcgpu, or gfx950-dcgpu depending on your card.
```shell