Update README.md
Browse files
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.
|
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
|