Update README.md
Browse files
README.md
CHANGED
@@ -24,6 +24,7 @@ pip install torch --index-url https://download.pytorch.org/whl/cu124
|
|
24 |
pip install -U triton-windows
|
25 |
pip install transformers==4.46.3
|
26 |
pip install safetensors==0.4.5
|
|
|
27 |
```
|
28 |
3. Convert to BF16, requires an additional approximately 1.3 TB of space.
|
29 |
Here, you need to download the transformation code from the "inference" folder of [deepseek-ai/DeepSeek-V3](https://huggingface.co/deepseek-ai/DeepSeek-V3)
|
|
|
24 |
pip install -U triton-windows
|
25 |
pip install transformers==4.46.3
|
26 |
pip install safetensors==0.4.5
|
27 |
+
pip install sentencepiece
|
28 |
```
|
29 |
3. Convert to BF16, requires an additional approximately 1.3 TB of space.
|
30 |
Here, you need to download the transformation code from the "inference" folder of [deepseek-ai/DeepSeek-V3](https://huggingface.co/deepseek-ai/DeepSeek-V3)
|