Hello Teams,
I follow the this executorch to build the model, and run the model successful on the qualcomm cheipset (SA8295). I hope to build the android app following by this qualcomm readme, but found the error from the chat box:
Model load failure: [Executorch Error 0x12] Invalid argument: Invalid model type category: 4. Valid values are: 1 or 2
from the src code, qnn model is type 4.
BTW, does this demo app support the tokenizer.json rather than tokenizer.model/.bin? for example Qwen models.
Hope you can give me some advice.