- The `llm mlc download-model` command now takes zero or more optional `-a/--alias` options to configure aliases for the model once it has been installed. [4](https://github.com/simonw/llm-mlc/issues/4):
bash
llm mlc download-model Llama-2-7b-chat --alias llama2
- Installation instructions are clearer, and show how to install required dependencies first. [6](https://github.com/simonw/llm-mlc/issues/6)
- The plugin no longer crashes `llm` if it cannot find the `dist/prebuilt` folder. [9](https://github.com/simonw/llm-mlc/issues/9)
- New options for `temperature`, `top_p` and `repetition_penalty`: [7](https://github.com/simonw/llm-mlc/issues/7)
bash
llm -m Llama-2-7b-chat \
-o temperature 0.5 \
-o top_p 0.9 \
-o repetition_penalty 0.9 \
'five names for a cute pet ferret'