Skip to content

qwen3-asr是否能直接支持vllm #3026

Description

@SKFSLXC

Question: 我尝试使用FunASR的AutoModelVLLM接口加载Qwen/Qwen3-ASR-1.7B模型进行推理,但报错“找不到config.yaml”。请问FunASR的vLLM推理是否支持Qwen3-ASR?正确的使用方法是什么?

Code or command:

python
from funasr.auto.auto_model_vllm import AutoModelVLLM
model_asr = AutoModelVLLM(
model="Qwen/Qwen3-ASR-1.7B",
trust_remote_code=True,
hub="ms",
tensor_parallel_size=1
)
What have you tried?: 我尝试按照AutoModelVLLM的标准方式加载模型,但遇到了config.yaml找不到的错误。后续是否可以支持一下

Metadata

Metadata

Assignees

No one assigned

    Labels

    needs triageNeeds maintainer triage and routingquestionFurther information is requested

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions