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
commit 09d108620a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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