Files
sglang/scripts/format.sh
2024-04-28 21:06:22 +08:00

9 lines
82 B
Bash

isort python
black python
isort test
black test
isort benchmark
black benchmark