硬件:
- SoC:QCS8625
- 后端:QNN 2.36
- 图片输入:JPEG/PNG,目标尺寸 504x336,RGB
模型资源:
- Qwen2.5-VL-7B
- 目录:aidmlm/qnn236_qcs8625_cl2048/
- 包含:
- veg.serialized.bin.aidem
- embedding_weights.raw
- position_ids_cos.raw
- position_ids_sin.raw
- window_attention_mask.raw
- full_attention_mask.raw
- qwen2p5-vl-7b … 1_of_5 至 5_of_5.serialized.bin.aidem
当前软件:
- libaidgen.so.2.3.0
- aidgen-qnn236 2.3.0.131
- AidGenSE 3.2.0
现象:
使用旧 AidMLM API 编译的运行器启动时报错:
undefined symbol:
_ZN5aplux6aidmlm6AidmlmC1Ev
当前新版库只导出 aplux::aidgen::Context、Tokenizer、Generator 等接口,不导出 aplux::aidmlm::Aidmlm。

