multik 0.2.3 vs kinference inference-tfjs 0.2.26 #210
Unanswered
TimurReDoctor
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone!
First of all big thanks for the library!
The situation:
I work on a KMM project for JS with kotlin("js") version "1.9.22"
The goal is to run onnx model in a web browser.
I have a code that utilizes multik and already works with kinference but for another platform (another project) and it works fine.
The problem:
In my project as soon as I add that dependency:
I'm starting getting an error:
If I go to that multik-mutlik-core.js, I see this function, which expects List as I understand but if I check my class type which I pass there, it says ArrayList (I assume this may cause an issue):
See the line 4834 (case 5)

The code which fires an Exception:
My build.gradle.kts:
Beta Was this translation helpful? Give feedback.
All reactions