Nitin Tiwari
Nitin Tiwari
### Have I written custom code (as opposed to using a stock example script provided in MediaPipe) No ### OS Platform and Distribution Android 10 ### MediaPipe Tasks SDK version...
I have a couple of questions. - Does this repository currently accept examples only in the form of Colab notebooks? Are end-to-end project applications acceptable? For example: [PharmaScan](https://github.com/NSTiwari/Medicine-Scan-with-Gemini) is an...
## 🐛 Bug ## To Reproduce Steps to reproduce the behavior: `FINE_TUNED_MODEL_NAME = "fine_tuned_science_gemma2b-it"` `QUANTIZATION= "q4f16_1"` `!python -m mlc_chat convert_weight /content/$FINE_TUNED_MODEL_NAME/ --quantization $QUANTIZATION -o /content/$FINE_TUNED_MODEL_NAME-$QUANTIZATION-MLC/` `!mlc_chat gen_config /content/$FINE_TUNED_MODEL_NAME/ --quantization $QUANTIZATION...
## ⚙️ Request New Models - Link to an existing implementation (e.g. Hugging Face/Github): https://huggingface.co/microsoft/Phi-3-vision-128k-instruct - Is this model architecture supported by MLC-LLM? (the list of [supported models](https://llm.mlc.ai/docs/prebuilt_models.html)) No ##...
Added example to inference PaliGemma on Android using HF & Gradio Client for tasks such as image captioning, visual question-answering, and zero-shot object detection. Please review.
Added a Colab notebook example to create unique Img2Anime photo journal. Please review. :)