mythzZzZ

Results 4 comments of mythzZzZ

> 您能否提供更多信息,以便我们更好地查明问题所在?例如,vLLM 启动命令、完整日志以及您的 GPU 型号? GPU 4090 cuda version12.2 infer code from transformers import AutoTokenizer from PIL import Image from vllm import LLM, SamplingParams MODEL_NAME = "/home/zhangwenkang/code/mm/LLaMA-Factory/OpenBMB/MiniCPM-V-4" image = Image.open("/home/zhangwenkang/code/mm/LLaMA-Factory/dataset/aqy/aqy-3-test-aqy-tencent/电视剧/黑屏/0825112024.png").convert("RGB")...

@ZMXJJ I used the script you provided, but encountered the same issue. my code ``` from transformers import AutoTokenizer from PIL import Image from vllm import LLM, SamplingParams # Model...

@ZMXJJ In the log, he has already successfully output the results: 509, 655, 581, 737. The error occurred only after the results were output: ERROR: Engine core process EngineCore_0 died...

python 参考 https://github.com/lukeewin/AudioSeparationGUI/blob/main/top/lukeewin/app.py