朱江云-从 LLM 到 Omni:vLLM-Omni 的全模态推理架构演进.pdf

编号:1209369 PDF 37页 5.27MB 下载积分:VIP专享
下载报告请您先登录!

朱江云-从 LLM 到 Omni:vLLM-Omni 的全模态推理架构演进.pdf

1、从 LLM 到 Omni:vLLM-Omni 的全模态推理架构演进朱江云vLLM-Omni CommiterAbout usRoger WangvLLM&vLLM-Omni CommitterHan GaovLLM-OmniCommitterHongsheng LiuvLLM-OmniCommitterJiangyun ZhuvLLM&vLLM-Omni Committerdocs.vllm.ai/projects/vllm-omni/en/latestWednesday 19:30 PDTOur GoalBuild the fastest andeasiest-to-use open-sou

2、rceOmni-Modality model inference&serving engineOmni-Modality modelsOmni-modality:Text,image,video,and audio data processingNon-autoregressive Architectures:extend the AR support of vLLM to Diffusion Transformers(DiT)and other parallel generation modelsHeterogeneous outputs:from traditional text gene

3、ration to multimodal outputsfrom vllm_omni import Omni#Example prompts.inputs=prompt:prompt,multi_modal_data:video:video_frames,audio:audio_data,#Create an omni with HF model name.omni=Omni(model=“Qwen/Qwen3-Omni-30B-A3B-Instruct)#Generate texts and audio from the multi-modality inputs.outputs=omni.

4、generate(inputs)vLLM-mni API(1):Omni classA Python interface for offline batched inference for Qwen3-Omni/Qwen-Imagehttps:/docs.vllm.ai/projects/vllm-omni/en/latest/examples/from vllm_omni import Omni#Example prompts.inputs=A cup of coffee on the table“#Create an omni with HF model name.omni=Omni(mo

5、del=Qwen/Qwen-Image-2512)#Generate image from multi-modality inputs.outputs=omni.generate(inputs)vLLM-Omni API(2):OpenAI-compatible serverA FastAPI-based server for online serving for Qwen3-Omni$vllm serve Qwen/Qwen3-Omni-30B-A3B-Instruct-omni-port 8091$curl-sS-X POST http:/localhost:8091/v1/chat/co

6、mpletions -H Content-Type:application/json -d model:Qwen/Qwen3-Omni-30B-A3B-Instruct,messages:Why is this video funny?sampling_params_list:$sampling_params_list,ServerClientvLLM-Omni API(2):OpenAI-compatible server$vllm serve Qwen/Qwen-Image-2512-omni-port 8091$curl-X POST http:/localhost:8091/v1/im

友情提示

1、下载报告失败解决办法
2、PDF文件下载后,可能会被浏览器默认打开,此种情况可以点击浏览器菜单,保存网页到桌面,就可以正常下载了。
3、本站不支持迅雷下载,请使用电脑自带的IE浏览器,或者360浏览器、谷歌浏览器下载即可。
4、本站报告下载后的文档和图纸-无水印,预览文档经过压缩,下载后原文更清晰。

本文(朱江云-从 LLM 到 Omni:vLLM-Omni 的全模态推理架构演进.pdf)为本站 (brown) 主动上传,三个皮匠报告文库仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知三个皮匠报告文库(点击联系客服),我们立即给予删除!

温馨提示:如果因为网速或其他原因下载失败请重新下载,重复下载不扣分。
客服
商务合作
小程序
服务号
折叠