benchmark json schema (#2030)
This commit is contained in:
15
benchmark/json_schema/README.md
Normal file
15
benchmark/json_schema/README.md
Normal file
@@ -0,0 +1,15 @@
|
||||
## 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
|
||||
```
|
||||
Reference in New Issue
Block a user