Modify install_linux_gpu.md (#10576)

This commit is contained in:
Keyan (Kyrie) Zhang 2024-03-27 22:20:42 -07:00 committed by GitHub
parent 1c5eb14128
commit 0a2e820c9f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -84,7 +84,7 @@ You can use `conda --version` to verify you conda installation.
After installation, create a new python environment `llm`:
```cmd
conda create -n llm python=3.9 libuv
conda create -n llm python=3.9
```
Activate the newly created environment `llm`:
```cmd