From 603b9bb1ea8af9ed0b70deda180c970a2317d2ef Mon Sep 17 00:00:00 2001 From: Disty0 Date: Sat, 27 Sep 2025 23:22:05 +0300 Subject: [PATCH] Updated AMD ROCm (markdown) --- AMD-ROCm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AMD-ROCm.md b/AMD-ROCm.md index db33b46..22c1099 100644 --- a/AMD-ROCm.md +++ b/AMD-ROCm.md @@ -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