From 3236fa496a1d3ed587feb2b24fc85877aea51554 Mon Sep 17 00:00:00 2001 From: Arcitec <38923130+Arcitec@users.noreply.github.com> Date: Wed, 10 Sep 2025 16:28:21 +0200 Subject: [PATCH] docs: Remove redundant "python" command instruction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b96473a..d2a9c47 100644 --- a/README.md +++ b/README.md @@ -248,7 +248,7 @@ VRAM usage), DeepSpeed acceleration, compiled CUDA kernels for speed, etc. All available options can be seen via the following command: ```bash -uv run python webui.py -h +uv run webui.py -h ``` Have fun!