Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

command not found: llama #248

Open
xiaoao98 opened this issue Dec 23, 2024 · 8 comments
Open

command not found: llama #248

xiaoao98 opened this issue Dec 23, 2024 · 8 comments

Comments

@xiaoao98
Copy link

I already do
pip install llama-stack
but then I run llama model list, it tells me
zsh: command not found: llama

@b3nn9
Copy link

b3nn9 commented Dec 24, 2024

Maybe you need to upgrade python version.

@xiaoao98
Copy link
Author

Thank you for the reply! Python version is 3.9.6
Screenshot 2024-12-27 at 2 35 06 PM
I think I maybe need to find the llama executable and export path for it, but where is it?

@midhatbani
Copy link

ربما تحتاج احدث اصدار لبايثون

@hen7777777
Copy link

In previous issues, python 3.10 may help.

@adi-ydv-1
Copy link

@xiaoao98, in order to get a list of llama models, you should first have access to the llama models repository. Just installing llama-stack will not get you a model list.

@Thrahd
Copy link

Thrahd commented Jan 11, 2025

Just installing the llama-stack is what the instructions says to do:

Install the Llama CLI: pip install llama-stack. (<-- Start Here if you have received an email already.)

Run llama model list to show the latest available models and determine the model ID you wish to download. NOTE: If you want older versions of models, run llama model list --show-all to show all the available Llama models.

@ashishmaurya
Copy link

ashishmaurya commented Jan 13, 2025

Anyone got solution to this?

Edit: llama-stack installed after switching to python 3.10

@Haishanliu
Copy link

In previous issues, python 3.10 may help.

Yes, It helps!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants