diff --git a/docs/source/tutorials/models/Qwen-VL-Dense.md b/docs/source/tutorials/models/Qwen-VL-Dense.md index b42b1d15..33aa695c 100644 --- a/docs/source/tutorials/models/Qwen-VL-Dense.md +++ b/docs/source/tutorials/models/Qwen-VL-Dense.md @@ -350,7 +350,7 @@ curl http://localhost:8000/v1/chat/completions \ {"role": "system", "content": "You are a helpful assistant."}, {"role": "user", "content": [ {"type": "image_url", "image_url": {"url": "https://modelscope.oss-cn-beijing.aliyuncs.com/resource/qwen.png"}}, - {"type": "text", "text": "What is the text in the illustrate?"} + {"type": "text", "text": "What is the text in the illustration?"} ]} ] }' @@ -437,7 +437,7 @@ curl http://localhost:8000/v1/chat/completions \ {"role": "system", "content": "You are a helpful assistant."}, {"role": "user", "content": [ {"type": "image_url", "image_url": {"url": "https://modelscope.oss-cn-beijing.aliyuncs.com/resource/qwen.png"}}, - {"type": "text", "text": "What is the text in the illustrate?"} + {"type": "text", "text": "What is the text in the illustration?"} ]} ] }' diff --git a/docs/source/tutorials/models/Qwen3-VL-235B-A22B-Instruct.md b/docs/source/tutorials/models/Qwen3-VL-235B-A22B-Instruct.md index a9df20eb..6baae3a3 100644 --- a/docs/source/tutorials/models/Qwen3-VL-235B-A22B-Instruct.md +++ b/docs/source/tutorials/models/Qwen3-VL-235B-A22B-Instruct.md @@ -228,7 +228,7 @@ curl http://:/v1/chat/completions \ {"role": "system", "content": "You are a helpful assistant."}, {"role": "user", "content": [ {"type": "image_url", "image_url": {"url": "https://modelscope.oss-cn-beijing.aliyuncs.com/resource/qwen.png"}}, - {"type": "text", "text": "What is the text in the illustrate?"} + {"type": "text", "text": "What is the text in the illustration?"} ]} ] }' diff --git a/docs/source/tutorials/models/Qwen3-VL-30B-A3B-Instruct.md b/docs/source/tutorials/models/Qwen3-VL-30B-A3B-Instruct.md index e0dec9cc..1fbb8817 100644 --- a/docs/source/tutorials/models/Qwen3-VL-30B-A3B-Instruct.md +++ b/docs/source/tutorials/models/Qwen3-VL-30B-A3B-Instruct.md @@ -117,7 +117,7 @@ curl http://localhost:8000/v1/chat/completions \ {"role": "system", "content": "You are a helpful assistant."}, {"role": "user", "content": [ {"type": "image_url", "image_url": {"url": "https://modelscope.oss-cn-beijing.aliyuncs.com/resource/qwen.png"}}, - {"type": "text", "text": "What is the text in the illustrate?"} + {"type": "text", "text": "What is the text in the illustration?"} ]} ], "max_completion_tokens": 100 diff --git a/docs/source/user_guide/feature_guide/quantization.md b/docs/source/user_guide/feature_guide/quantization.md index 3fb4a264..7ed9a509 100644 --- a/docs/source/user_guide/feature_guide/quantization.md +++ b/docs/source/user_guide/feature_guide/quantization.md @@ -151,8 +151,7 @@ python -m vllm.entrypoints.api_server \ --tensor-parallel-size 2 \ --data-parallel-size 1 \ --served-model-name quantized_model \ - --trust-remote-code \ - --quantization ascend + --trust-remote-code ``` ## References diff --git a/examples/epd_disaggregated/epd_disaggregated_guide.md b/examples/epd_disaggregated/epd_disaggregated_guide.md index 79c9157d..9723730e 100644 --- a/examples/epd_disaggregated/epd_disaggregated_guide.md +++ b/examples/epd_disaggregated/epd_disaggregated_guide.md @@ -133,7 +133,7 @@ curl http://localhost:8001/v1/chat/completions \ {"role": "system", "content": "You are a helpful assistant."}, {"role": "user", "content": [ {"type": "image_url", "image_url": {"url": "https://modelscope.oss-cn-beijing.aliyuncs.com/resource/qwen.png"}}, - {"type": "text", "text": "What is the text in the illustrate?"} + {"type": "text", "text": "What is the text in the illustration?"} ]} ] }' @@ -310,7 +310,7 @@ curl http://localhost:8001/v1/chat/completions \ {"role": "system", "content": "You are a helpful assistant."}, {"role": "user", "content": [ {"type": "image_url", "image_url": {"url": "https://modelscope.oss-cn-beijing.aliyuncs.com/resource/qwen.png"}}, - {"type": "text", "text": "What is the text in the illustrate?"} + {"type": "text", "text": "What is the text in the illustration?"} ]} ] }'