mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-30 07:39:38 +00:00
fix
This commit is contained in:
parent
a1eb4d016d
commit
ef5acefcc1
1 changed files with 3 additions and 2 deletions
|
@ -36,7 +36,8 @@ You have two ways to install Llama Stack:
|
||||||
```
|
```
|
||||||
llama --help
|
llama --help
|
||||||
```
|
```
|
||||||
<pre style="font-family: monospace;">
|
|
||||||
|
```
|
||||||
usage: llama [-h] {download,model,stack} ...
|
usage: llama [-h] {download,model,stack} ...
|
||||||
|
|
||||||
Welcome to the Llama CLI
|
Welcome to the Llama CLI
|
||||||
|
@ -46,7 +47,7 @@ options:
|
||||||
|
|
||||||
subcommands:
|
subcommands:
|
||||||
{download,model,stack}
|
{download,model,stack}
|
||||||
</pre>
|
```
|
||||||
|
|
||||||
## Downloading models
|
## Downloading models
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue