Skip to content

Commit 722e688

Browse files
committed
docs: Improve system requirements section formatting
1 parent 53b055b commit 722e688

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -255,14 +255,15 @@ python fp8_cast_bf16.py --input-fp8-hf-path /path/to/fp8_weights --output-bf16-h
255255

256256
#### System Requirements
257257

258-
OS: Linux (Mac, Windows are currently not supported)
259-
260-
- Python 3.10
261-
- PyTorch 2.4.1
262-
- Transformers 4.46.3
263-
- Safetensors 0.4.5
264-
- Triton 3.0.0
258+
:warning: **Mac, Windows are currently not supported**: OS: Linux + Python 3.10
265259

260+
Dependencies:
261+
```
262+
torch==2.4.1
263+
triton==3.0.0
264+
transformers==4.46.3
265+
safetensors==0.4.5
266+
```
266267
#### Model Weights & Demo Code Preparation
267268

268269
First, clone our DeepSeek-V3 GitHub repository:

0 commit comments

Comments
 (0)