Saeed Bastani

Results 17 comments of Saeed Bastani

Is it possible to define multiple tiles per kernel? Let say the device is a binary device (low and high resistance), and you want to have multiple cells per weight...

It is based on the Android SDK Demo here (https://github.com/NexaAI/nexa-sdk/tree/main/bindings/android). I made modifications according to instructions here https://docs.nexa.ai/nexa-sdk-android/quickstart. Once I gave the model_path explicitly, and defined as: "/data/data/com.nexa.demo/files/models/omni-neural-4b". Another time...

I tried both options. No success. Model create() failed, error code 1052810392.

The only change I made is here (according to given instructions): Another change was to disable the download option when loading the model directly from assets.(spDownloaded.edit().putBoolean("OmniNeural-4B", true).commit())

Is it possible for you to share a working apk?

I tried your shared apk. Tested on Samsung S25 Ultra (with Qualcomm Gen 4 SoC). Gives error when trying to load the model.

Further information when trying your shared apk. I found that after downloading the model, one file is missing, that is, files-1-1.nexa. Then I checked in model_list.json and found that the...

I checked on both rooted and non-rooted devices. No difference in errors.

Question is: can you run the apk on your own devices or not?