blayer
blayer
Call stack here.
The error message is same as https://github.com/google/flutter-mediapipe/issues/56. It appears to be an issue across all platforms
Error initializing LlmInference: failedToInitializeSession(Optional("ValidatedGraphConfig Initialization failed.\nNo registered object with name: TokenizerCalculator; Unable to find Calculator \"TokenizerCalculator\"\nNo registered object with name: DetokenizerCalculator; Unable to find Calculator \"DetokenizerCalculator\"\nNo registered object with name:...
@alifatmi I was able to identify the root cause: It is related to missing linker to `libMediaPipeTasksGenAIC_device.a` and `libMediaPipeTasksGenAIC_simulator.a` because our podspec are missing `force-load` those two resource files. you...
same error for `MediaPipeTasksGenAI`, but I was able to build under a self created project after `pod install`.