chore: vendor sglang v0.5.10 snapshot
This commit is contained in:
19
third_party/sglang/benchmark/boolq/README.md
vendored
Normal file
19
third_party/sglang/benchmark/boolq/README.md
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
## Download data
|
||||
```
|
||||
git clone https://hf-mirror.com/datasets/google/boolq
|
||||
```
|
||||
|
||||
## Convert parquet to json
|
||||
```
|
||||
bash parquet_to_json.sh
|
||||
```
|
||||
## Run benchmark
|
||||
|
||||
### Benchmark sglang
|
||||
```
|
||||
python -m sglang.launch_server --model-path ramblingpolymath/Qwen3-32B-W8A8 --port 30000
|
||||
```
|
||||
|
||||
```
|
||||
python3 bench_sglang.py
|
||||
```
|
||||
Reference in New Issue
Block a user