NSTiwari / Gemma-on-Android

This project is an implementation of fine-tuning the Gemma 2b-it model on a custom dataset and deploy the model on Android.
MIT License
49 stars 8 forks source link

Getting the following error: com.google.mediapipe.framework.mediapipeexception: internal: failed to initialize session: %scan not open opencl library on this device - undefined symbol: clsetperfhintqcom at com.google.mediapipe.tasks.core.llmtaskrunner.nativecreatesession(native method) #4

Closed shivay-couchbase closed 3 months ago

shivay-couchbase commented 3 months ago

Unable to run the demo as getting the following error: com.google.mediapipe.framework.mediapipeexception: internal: failed to initialize session: %scan not open opencl library on this device - undefined symbol: clsetperfhintqcom at com.google.mediapipe.tasks.core.llmtaskrunner.nativecreatesession(native method)

tried following this: but didnt work: https://github.com/google-ai-edge/mediapipe/issues/5326

shivay-couchbase commented 3 months ago

@NSTiwari