-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Labels
Description
Model Series
Qwen3
What are the models used?
https://huggingface.co/Qwen/Qwen3-0.6B
What is the scenario where the problem happened?
qwen3_0.6B没有完全适配高通QCS6490芯片组,请问如何适配?能否提供详细完整的部署教程?
Is this badcase known and can it be solved using avaiable techniques?
- I have followed the GitHub README.
- I have checked the Qwen documentation and cannot find a solution there.
- I have checked the documentation of the related framework and cannot find useful information.
- I have searched the issues and there is not a similar one.
Information about environment
在使用高通的SNPE方案部署qwen3 0.6B的时候,已生成dlc模型,但部署到高通qcs6490平台运行后,解析不到推理后的内容。
Description
Steps to reproduce
This happens to Qwen3-xB-xxx and xxx.
The badcase can be reproduced with the following steps:
- ...
- ...
The following example input & output can be used:
system: ...
user: ...
...
Expected results
The results are expected to be ...
Attempts to fix
I have tried several ways to fix this, including:
- adjusting the sampling parameters, but ...
- prompt engineering, but ...
Anything else helpful for investigation
I find that this problem also happens to ...