llm icon indicating copy to clipboard operation
llm copied to clipboard

Following simonw's blog yields `Error:`

Open hacker-DOM opened this issue 8 months ago • 6 comments

Hi! I have followed every step in Run Llama 2 on your own Mac using LLM and Homebrew, in particular:

pipx install llm # python 3.11
llm install llm-llama-cpp
llm install llama-cpp-python
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

Next, I ran

❯ llm -m l2c 'Tell me a joke about a llama'
Error: 

Any ideas how I can debug this issue?

Up: I am on MacOs Sonoma (14.0), M1 arch.

hacker-DOM avatar Oct 21 '23 08:10 hacker-DOM