Update README.md
Browse files
README.md
CHANGED
@@ -20,8 +20,8 @@ conda create -yn DeepSeek-V3-0324 python=3.12
|
|
20 |
conda activate DeepSeek-V3
|
21 |
pip install torch --index-url https://download.pytorch.org/whl/cu124
|
22 |
pip install -U triton-windows
|
23 |
-
transformers==4.46.3
|
24 |
-
safetensors==0.4.5
|
25 |
```
|
26 |
3. Convert to BF16, requires an additional approximately 1.3 TB of space.
|
27 |
Here, you need to download the transformation code from the "inference" folder of [deepseek-ai/DeepSeek-V3](https://huggingface.co/deepseek-ai/DeepSeek-V3)
|
|
|
20 |
conda activate DeepSeek-V3
|
21 |
pip install torch --index-url https://download.pytorch.org/whl/cu124
|
22 |
pip install -U triton-windows
|
23 |
+
pip install transformers==4.46.3
|
24 |
+
pip install safetensors==0.4.5
|
25 |
```
|
26 |
3. Convert to BF16, requires an additional approximately 1.3 TB of space.
|
27 |
Here, you need to download the transformation code from the "inference" folder of [deepseek-ai/DeepSeek-V3](https://huggingface.co/deepseek-ai/DeepSeek-V3)
|