Improve benchmark scripts & fix llava (#613)
This commit is contained in:
12
python/sglang/README.md
Normal file
12
python/sglang/README.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# Code Structure
|
||||
|
||||
- `backend`: Various backends for the language interpreter.
|
||||
- `lang`: The frontend language.
|
||||
- `srt`: The runtime for running local models.
|
||||
- `test`: Test utilities.
|
||||
- `api.py`: Public API.
|
||||
- `bench_latency.py`: Benchmark utilities.
|
||||
- `global_config.py`: The global configs and constants.
|
||||
- `launch_server.py`: The entry point of launching local server.
|
||||
- `utils.py`: Common utilities.
|
||||
|
||||
Reference in New Issue
Block a user