[Minor] fix documentations (#5756)

This commit is contained in:
Lianmin Zheng
2025-04-26 17:48:43 -07:00
committed by GitHub
parent 1f963d7f64
commit 155890e4d1
4 changed files with 13 additions and 14 deletions

View File

@@ -61,7 +61,6 @@ Please consult the documentation below to learn more about the parameters you ma
* `revision`: Adjust if a specific version of the model should be used.
* `skip_tokenizer_init`: Set to true to provide the tokens to the engine and get the output tokens directly, typically used in RLHF. Please see this [example for reference](https://github.com/sgl-project/sglang/blob/main/examples/runtime/token_in_token_out/).
* `json_model_override_args`: Override model config with the provided JSON.
* `delete_ckpt_after_loading`: Delete the model checkpoint after loading the model.
* `disable_fast_image_processor`: Adopt base image processor instead of fast image processor(which is by default). For more detail, see: https://huggingface.co/docs/transformers/main/en/main_classes/image_processor#image-processor