Sudeep Agarwal

Results 6 issues of Sudeep Agarwal

This PR allows us to pass in a HF URL (for example, `lmsys/vicuna-7b-delta-v1.1`) to `build.py` so the user does not need to manually download weights.

This PR adds the following: 1) A Python chat module with the same functionality defined in the CLI (note that this requires a module without tvm_runtime dependency, see changes to...

This PR adds support for [Gorilla](https://arxiv.org/pdf/2305.15334.pdf), which is a finetuned LLaMA-based model that surpasses the performance of GPT-4 on writing API calls. Steps: 1) Download Gorilla delta weights ```shell mkdir...

Fix an unnecessary import and change default artifact path to be the path to dist when `rest.py` is invoked using `python -m mlc_chat.rest`.

I have set up PeerKit as per the example from the Cards Against app and have managed to get two devices to connect to each other. However, this connection is...