refactor model loader: initial refactor (#664)

This commit is contained in:
Ying Sheng
2024-07-20 02:18:22 -07:00
committed by GitHub
parent 39c57317e1
commit 06487f126e
6 changed files with 100 additions and 15 deletions

View File

@@ -91,4 +91,10 @@ python3 run_all.py
```
cd test/srt
python test_openai_server.py
```
```
## Format
pip3 install pre-commit
cd sglang
pre-commit install
pre-commit run --all-files