Jae-Won Chung
New leaderboard prototype
b10121d
raw
history blame contribute delete
858 Bytes
- command:
- "python scripts/benchmark_one_model.py --model {{ model }} --result-root results/joule-pp2 --gpu-ids 0 1 2 3 4 5 6 7 --backends vllm --server-images mlenergy/vllm:v0.5.4-openai --request-rate inf --power-limits 400 --max-num-seqs 1536 1280 1024 768 512 320 256 192 128 64 32 --data-dup-factor 4 --nnodes 2 --node-id {{ rank }} --head-node-address {{ head }}"
model:
- mistralai/Mixtral-8x22B-Instruct-v0.1
- command:
- "python scripts/benchmark_one_model.py --model {{ model }} --result-root results/joule-pp2 --gpu-ids 0 1 2 3 4 5 6 7 --backends vllm --server-images mlenergy/vllm:v0.5.4-openai --request-rate inf --power-limits 400 --max-num-seqs 1536 1280 1024 768 512 320 256 192 128 64 32 --data-dup-factor 4 --nnodes 2 --node-id {{ rank }} --head-node-address {{ head }}"
model:
- mistralai/Mistral-Large-Instruct-2407