[docs] fix HF reference script command (#4148)
This commit is contained in:
committed by
GitHub
parent
9c58e68b4c
commit
19fd57bcd7
@@ -83,7 +83,7 @@ You should test the new vLM locally against hf models. See [`mmmu`](https://gith
|
||||
For interactive debugging, you can compare the outputs of huggingface/transformers and SGLang.
|
||||
The following two commands should give the same text output and very similar prefill logits.
|
||||
|
||||
- Get the reference output by `python3 scripts/playground/reference_hf.py --model [new model]`
|
||||
- Get the reference output by `python3 scripts/playground/reference_hf.py --model-path [new model] --model-type {text,vlm}`
|
||||
- Get the SGLang output by `python3 -m sglang.bench_one_batch --correct --model [new model]`
|
||||
|
||||
#### Add the model to the test suite
|
||||
|
||||
Reference in New Issue
Block a user