lss15151161

Results 4 issues of lss15151161

![img_v3_0295_6d944962-fe76-4aa6-abef-c96a8d5379cg](https://github.com/sgl-project/sglang/assets/34617721/3d7bb0e6-0ad6-4609-b6be-673dd30fb12c)

current example(srt_example_llava.py) request like this: state = image_qa.run( image_path="./images/cat.jpeg", question="What is this?", max_new_tokens=64 ) but, if i want to send request like below, what should I do? request = {...

### System info GPU: A100 tensorrt 9.3.0.post12.dev1 tensorrt-llm 0.9.0 torch 2.2.2 ### Reproduction ``` export MODEL_NAME="llava-1.5-7b-hf" git clone https://huggingface.co/llava-hf/${MODEL_NAME} tmp/hf_models/${MODEL_NAME} ``` ``` python ../llama/convert_checkpoint.py \ --model_dir tmp/hf_models/${MODEL_NAME} \ --output_dir tmp/trt_models/${MODEL_NAME}/fp16/1-gpu...

stale

version: TensorRT-LLM 0.10.0 the official script(TensorRT-LLM/examples/multimodal/run.py) use same prompt repeat to form a batch. but if I use different prompts to form a batch, the result is incorrect. how to...

not a bug
Investigating
functionality issue