lint.sh 131 Bytes
Newer Older
sunzhq2's avatar
init  
sunzhq2 committed
1
2
3
4
#!/bin/bash

python3 -m isort llm_perf -s model_impl -s model_zoo
python3 -m black llm_perf --extend-exclude "model_impl|model_zoo"