nfl-nexa

Results 16 comments of nfl-nexa

Is it running in a new project or in the demo? What are model_path and error code?

In the Android SDK demo, the model_path should be set to /data/data/com.nexa.demo/files/models/OmniNeural-4B/files-1-1.nexa Or use selectModelData.modelFile(this@MainActivity)!! .getAbsolutePath() .Try this and see if it works.We will update the instructions.

Is your file structure like this? /data/data/com.nexa.demo/files/models/OmniNeural-4B/ ------ attachments-1-3.nexa ------ attachments-2-3.nexa ------ attachments-3-3.nexa ------ files-1-1.nexa ------ nexa.manifest ------ weights-1-8.nexa ------ weights-2-8.nexa ------ weights-3-8.nexa ------ weights-4-8.nexa ------ weights-5-8.nexa ------ weights-6-8.nexa ------...

Has the code of the demo (https://github.com/NexaAI/nexa-sdk/tree/main/bindings/android) been modified? I haven't been able to reproduce it yet and it might take some time.

You can download app-debug.apk from https://oc1rr3jgj3d.sg.larksuite.com/file/UIg9bca2woBhlWxiZmdlb5D5gRe?from=from_copylink

OmniNeural- 4B's modelUrl is "https://nexa-model-hub-bucket.s3.us-west-1.amazonaws.com/public/nexa_sdk/huggingface-models/OmniNeural-4B-mobile/files-1-1.nexa". Could it be that there is a problem with the downloaded file? Let's first download it via the computer, and then use adb push to...

Have you rooted your phone and is it using the official system?

Yes, I tried the Samsung S25 and the nubia Z70 Ultra, and both of them worked properly. The Nubia Z70 Ultra and the Samsung S25 Ultra have same Soc. It...

Because I had to uninstall the app multiple times, I imported the files using adb push. The URLs of these models had been tested before, but I think it was...

Yes, you can try it this way first. My colleague has an S25 ultra there. Once he finishes using it, I'll immediately use that phone to test it.