Support oai in benchmark/mmlu (#323)

This commit is contained in:
Lianmin Zheng
2024-03-22 13:37:57 -07:00
committed by GitHub
parent b57abe1663
commit e2b2f0a213
3 changed files with 15 additions and 5 deletions

View File

@@ -15,6 +15,10 @@ python -m sglang.launch_server --model-path meta-llama/Llama-2-7b-chat-hf --port
python3 bench_sglang.py --nsub 10
```
```
# OpenAI models
python3 bench_sglang.py --backend gpt-3.5-turbo --parallel 8
```
### Benchmark vllm
```