Unable to implement onnxruntime_genai in Android project
#4
by
davesoma
- opened
Environment
- Android Studio
- Gradle
- Target SDK: 34
- Min SDK: 28
Issue
Failed to resolve: com.microsoft.onnxruntime:onnxruntime_genai-android:latest.release
Working Configuration
implementation 'com.microsoft.onnxruntime:onnxruntime-android:latest.release'
This imports correctly.
Attempted for GenAI
implementation 'com.microsoft.onnxruntime:onnxruntime-genai:0.3.0'
This fails to resolve.