bughelp wanted
Repository metrics
- Stars
- (192 stars)
- PR merge metrics
- (PR metrics pending)
Description
The examples with Llama2 in the documentation work just fine but when I tried to download and use a different MLC model I get an error. The model is shown in the list of available models so I believe it was installed correctly.
Steps to reproduce
- Download model:
llm mlc download-model https://huggingface.co/mlc-ai/mlc-chat-WizardMath-7B-V1.0-q4f16_1 - Confirm model is installed:
llm mlc models - Attempt to use the model:
llm -m mlc-chat-WizardMath-7B-V1.0-q4f16_1 "What is the square root of 5012?"
Error message
Error: Cannot find the model library that corresponds to `WizardMath-7B-V1.0-q4f16_1`.
`WizardMath-7B-V1.0-q4f16_1` is either provided in the `chat_config` you passed in, or specified in /Users/weatherh/Code/LLM-CLI/mlc/dist/prebuilt/mlc-chat-WizardMath-7B-V1.0-q4f16_1/mlc-chat-config.json.
Thank you for sharing this tool. It is by far one of the best and one of the best documented.