llama-stack-apps icon indicating copy to clipboard operation
llama-stack-apps copied to clipboard

Several Arguments Seems Missing in llama-toolchain, according to your document

Open jnzju opened this issue 5 months ago • 0 comments

When building up the project according to your ''Installing and Configuring Distributions'' section, the following error occurs:

llama stack build local --name 8b-instruct
usage: llama [-h] {download,model,stack} ...
llama: error: unrecognized arguments: local --name 8b-instruct
llama stack build local-ollama --name 8b-instruct
usage: llama [-h] {download,model,stack} ...
llama: error: unrecognized arguments: local-ollama --name 8b-instruct

Also, I noticed that the ''api'' subcommand is missing. Is it because some components of the llama-stack repository are still incomplete?

jnzju avatar Sep 13 '24 13:09 jnzju