mlc-llm icon indicating copy to clipboard operation
mlc-llm copied to clipboard

Universal LLM Deployment Engine with ML Compilation

Results 578 mlc-llm issues
Sort by recently updated
recently updated
newest added

i am getting this error when trying to run vicuna, i searched for this issue on the repository and a user said it was due to low vram, but in...

type: trouble shooting

when building, broken by err:“expect Tensor with ndim 1 but get 2”, it's hard to locate the real problem mlc_llm/utils.py(123)transform_params() -> res = vm[transform_func_name](model_params) ![image](https://github.com/mlc-ai/mlc-llm/assets/9401290/fe250a5f-6ffc-4d84-b9b1-56a72f547630) ![image](https://github.com/mlc-ai/mlc-llm/assets/9401290/a841c885-4f01-48b8-9766-4b1c121d9abb) can anyone give me...

bug

Any codes to fine tune the LLM on local device?

feature request

Hi, I have M2 pro 16gb and it run really fast using vicuna. I wondered how to customize prompt, temperature, context etc ? Thanks

The idea is a Java (or Kotlin) library (jar) that is decoupled from the Android gui. This way we could write our own gui in Java or Kotlin for Android....

feature request
java

How would it be different from the Android one? Is there any tutorial for this? or what steps should i take to deploy a dolly model with Java? Thanks!

feature request
java

Hi guys, i am using macos and trying to compile chatglm-6b, but i meat an error the first step i begin to init env. ``` (mlc-llm-env) MacBook-Pro mlc-llm % pip...

## ❓ General Questions Hello. I try to build. but i got error. Please help me how to fix it : ( command : python build.py --hf-path=databricks/dolly-v2-3b error : RuntimeError:...

type: question