simonw / llm-llama-cpp

LLM plugin for running models using llama.cpp
Apache License 2.0
136 stars 19 forks source link

[llm llama-cpp download-model] error shows[No such option: --alias] #25

Open Davidcake opened 9 months ago

Davidcake commented 9 months ago

such command was working well about 2 weeks ago. But now I want to re-run it on my new Mac. it looks like it doesn't support it. Try llm version both of 0.12 and 0.11. Try to remove the [--alias xxx], but still no luck.

llm llama-cpp download-model \ https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGML/resolve/main/llama-2-7b-chat.ggmlv3.q8_0.bin \ --alias llama2-chat --alias l2c --llama2-chat Usage: llm prompt [OPTIONS] [PROMPT] Try 'llm prompt --help' for help.

Error: No such option: --alias