alexmarques commited on
Commit
dd06971
·
verified ·
1 Parent(s): 21a51d1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -147,7 +147,8 @@ vllm serve Qwen/Qwen3-14B \
147
  GUIDELLM__PREFERRED_ROUTE="chat_completions" \
148
  guidellm benchmark \
149
  --target "http://localhost:8000/v1" \
150
- --data "RedHatAI/SpeculativeDecoding" \
 
151
  --rate-type sweep \
152
  --max-seconds 600 \
153
  --output-path "Qwen3-14B-HumanEval.json" \
 
147
  GUIDELLM__PREFERRED_ROUTE="chat_completions" \
148
  guidellm benchmark \
149
  --target "http://localhost:8000/v1" \
150
+ --data "RedHatAI/speculator_benchmarks" \
151
+ --data-args '{"data_files": "HumanEval.jsonl"}' \
152
  --rate-type sweep \
153
  --max-seconds 600 \
154
  --output-path "Qwen3-14B-HumanEval.json" \