Nitin Tiwari

Results 26 comments of Nitin Tiwari

@MasterJH5574: I'm trying to compile a fine-tuned version of Gemma 2b model to run on Android but unfortunately, my system doesn't support CMake to run the `prepare_libs.sh` script. Could you...

> @MasterJH5574: I'm trying to compile a fine-tuned version of Gemma 2b model to run on Android but unfortunately, my system doesn't support CMake to run the `prepare_libs.sh` script. >...

@MasterJH5574: Thanks for the suggestion. Unfortunately, my computer doesn't support CMake and I've tried a lot with other devices as well but there are some compatibility issues with Java. Could...

> @NSTiwari @MasterJH5574 > > after updating all modules, when running ./prepare_libs.sh , I am getting this error: > > ``` > Traceback (most recent call last): > File "/Users/rageshantonyd/Documents/working_prj/mlc-llm/android/library/prepare_model_lib.py",...

@RageshAntonyHM: Probably, there's an update in the MLC LLM Python library. Recently, it got updated from "MLC Chat" to "MLC LLM". Have you tried reinstalling them? `python3 -m pip install...

@leiwen83: I solved this error by adding the following line of code above line 115 in `huggingface_loader.py`: `preshard_funcs = {}` > After pull latest commit, it would report error when...