diff --git a/blackwell/README.md b/blackwell/README.md index b679ce51db..b16ea52d03 100644 --- a/blackwell/README.md +++ b/blackwell/README.md @@ -30,7 +30,7 @@ The installation order is important, since we want the overwrite bundled depende Create a project dir and venv: ```bash - mkdir `unsloth-blackwell` && cd `unsloth-blackwell` + mkdir 'unsloth-blackwell' && cd 'unsloth-blackwell' uv venv .venv --python=3.12 --seed source .venv/bin/activate ```