Yu FranzKafka

Results 45 comments of Yu FranzKafka

> > So can we use this PR for MTK APU acceleration in ResNet model for now? > > @FranzKafkaYu yep,this pull request is already done all dependency for running...

> I am getting some errors related to vulkan shaders as well > > > [ 2%] Generate vulkan shaders > > /bin/sh: 1: vulkan-shaders-gen: not found > > make[2]:...

I have encountered the same issue here,and I followed the [example](https://colab.research.google.com/github/googlesamples/mediapipe/blob/main/examples/llm_inference/conversion/llm_conversion.ipynb#scrollTo=LSSxrLyQPofw) here,the error log: ``` Traceback (most recent call last): File "/home/franzkafka/Desktop/mediapipe/convert.py", line 15, in converter.convert_checkpoint(config) File "/home/franzkafka/.local/lib/python3.10/site-packages/mediapipe/tasks/python/genai/converter/llm_converter.py", line 323,...

@kuaashish Hi kuaashish,in MediaPipe [docs](https://ai.google.dev/edge/mediapipe/solutions/genai/llm_inference) it says that MediaPipe LLM inference API support gemma2 already,but now I can't find available Gemma2 TFLite format model from kaggle,so how can I use...

> Hi @shubham0204, > > It appears you are trying to convert the recently released Gemma-2-2b model. Our initial testing has focused on the Gemma 2b model, and you can...