huihui-ai commited on
Commit
85a2d04
·
verified ·
1 Parent(s): 52ce116

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -22,7 +22,7 @@ huggingface-cli download deepseek-ai/DeepSeek-V3-0324 --local-dir ./deepseek-ai/
22
  ```
23
  2. Create the environment.
24
  ```
25
- conda create -yn DeepSeek-V3-0324 python=3.12
26
  conda activate DeepSeek-V3
27
  pip install torch --index-url https://download.pytorch.org/whl/cu124
28
  pip install -U triton-windows
 
22
  ```
23
  2. Create the environment.
24
  ```
25
+ conda create -yn DeepSeek-V3-0324 python=3.10
26
  conda activate DeepSeek-V3
27
  pip install torch --index-url https://download.pytorch.org/whl/cu124
28
  pip install -U triton-windows