Sudeep Agarwal

Results 16 comments of Sudeep Agarwal

Thanks. I'm hoping to make some major changes this weekend.

Do you call `.startConfetti()` in `viewDidLoad()` or in `viewDidAppear()`?

Could you please try the suggestion in https://github.com/mlc-ai/mlc-llm/issues/149#issuecomment-1549801986 and ensure you have the latest package installed?

Hi @sleepwalker2017, thanks for trying out the project. Are you trying to just run the chat bot, or build from source? If you are just trying to run it, please...

Hi @sleepwalker2017, tests/chat.py is currently being used for debugging. We are planning on supporting a Python app soon – we will have a PR up within this week. In the...

Not currently, but we are in the process of putting up a PR soon that will expose a REST API.

Please check out https://github.com/mlc-ai/mlc-llm/tree/main/python#rest-api for instructions on how to use the REST API.

Do I need to make any other specific changes for Android and/or iOS?

@yzh119 Sorry, was out for a few days. I've addressed the comment in https://github.com/mlc-ai/mlc-llm/pull/288/commits/33a9172aa8b9a5e374ed7e294c3917121498bf87.

@tqchen I confirmed that reuse-lib is working as expected. Here are my steps: 1) Confirm vicuna-v1-7b lib is present locally ```shell (sudeep-mlc-llm) ls dist/vicuna-v1-7b-q3f16_0 debug mod_cache_before_build_vulkan.pkl params vicuna-v1-7b-q3f16_0-vulkan.so ``` 2)...