Skip to content

Commit

Permalink
Modify install_linux_gpu.md (#10576)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhangky11 authored Mar 28, 2024
1 parent 1c5eb14 commit 0a2e820
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0a2e820

Please sign in to comment.