Merge pull request #440 from spenserblack/main

Add syntax highlighting to requirements code block
This commit is contained in:
Xingkai Yu
2025-02-05 16:50:03 +08:00
committed by GitHub

View File

@@ -271,7 +271,7 @@ python fp8_cast_bf16.py --input-fp8-hf-path /path/to/fp8_weights --output-bf16-h
> Linux with Python 3.10 only. Mac and Windows are not supported.
Dependencies:
```
```pip-requirements
torch==2.4.1
triton==3.0.0
transformers==4.46.3