mirror of
https://github.com/deepseek-ai/DeepSeek-V3.git
synced 2025-02-22 05:38:59 -05:00
docs: Improve system requirements section formatting
This commit is contained in:
parent
53b055bc1e
commit
722e6885ef
15
README.md
15
README.md
@ -255,14 +255,15 @@ python fp8_cast_bf16.py --input-fp8-hf-path /path/to/fp8_weights --output-bf16-h
|
||||
|
||||
#### System Requirements
|
||||
|
||||
OS: Linux (Mac, Windows are currently not supported)
|
||||
|
||||
- Python 3.10
|
||||
- PyTorch 2.4.1
|
||||
- Transformers 4.46.3
|
||||
- Safetensors 0.4.5
|
||||
- Triton 3.0.0
|
||||
:warning: **Mac, Windows are currently not supported**: OS: Linux + Python 3.10
|
||||
|
||||
Dependencies:
|
||||
```
|
||||
torch==2.4.1
|
||||
triton==3.0.0
|
||||
transformers==4.46.3
|
||||
safetensors==0.4.5
|
||||
```
|
||||
#### Model Weights & Demo Code Preparation
|
||||
|
||||
First, clone our DeepSeek-V3 GitHub repository:
|
||||
|
Loading…
Reference in New Issue
Block a user