Files
sglang/benchmark/json_schema/README.md

16 lines
205 B
Markdown
Raw Normal View History

2024-11-15 22:06:19 +09:00
## Run benchmark
### Benchmark sglang
Run Llama-8b
```bash
python3 -m sglang.launch_server --model-path meta-llama/Llama-3.1-8B-Instruct --port 30000
```
Benchmark
```bash
python3 bench_sglang.py
```