mirror of
https://github.com/meta-llama/llama-stack.git
synced 2026-01-07 09:39:56 +00:00
chore: remove the incorrect output
Signed-off-by: reidliu <reid201711@gmail.com>
This commit is contained in:
parent
4d9fe25bbf
commit
785a281dbd
1 changed files with 0 additions and 22 deletions
|
|
@ -17,26 +17,4 @@ $ llama-stack-client configure --endpoint https://llamastack-preview.fireworks.a
|
||||||
$ llama-stack-client models list
|
$ llama-stack-client models list
|
||||||
```
|
```
|
||||||
|
|
||||||
You will see outputs:
|
|
||||||
```
|
|
||||||
$ llama-stack-client models list
|
|
||||||
+------------------------------+------------------------------+---------------+------------+
|
|
||||||
| identifier | llama_model | provider_id | metadata |
|
|
||||||
+==============================+==============================+===============+============+
|
|
||||||
| Llama3.1-8B-Instruct | Llama3.1-8B-Instruct | fireworks0 | {} |
|
|
||||||
+------------------------------+------------------------------+---------------+------------+
|
|
||||||
| Llama3.1-70B-Instruct | Llama3.1-70B-Instruct | fireworks0 | {} |
|
|
||||||
+------------------------------+------------------------------+---------------+------------+
|
|
||||||
| Llama3.1-405B-Instruct | Llama3.1-405B-Instruct | fireworks0 | {} |
|
|
||||||
+------------------------------+------------------------------+---------------+------------+
|
|
||||||
| Llama3.2-1B-Instruct | Llama3.2-1B-Instruct | fireworks0 | {} |
|
|
||||||
+------------------------------+------------------------------+---------------+------------+
|
|
||||||
| Llama3.2-3B-Instruct | Llama3.2-3B-Instruct | fireworks0 | {} |
|
|
||||||
+------------------------------+------------------------------+---------------+------------+
|
|
||||||
| Llama3.2-11B-Vision-Instruct | Llama3.2-11B-Vision-Instruct | fireworks0 | {} |
|
|
||||||
+------------------------------+------------------------------+---------------+------------+
|
|
||||||
| Llama3.2-90B-Vision-Instruct | Llama3.2-90B-Vision-Instruct | fireworks0 | {} |
|
|
||||||
+------------------------------+------------------------------+---------------+------------+
|
|
||||||
```
|
|
||||||
|
|
||||||
Checkout the [llama-stack-client-python](https://github.com/meta-llama/llama-stack-client-python/blob/main/docs/cli_reference.md) repo for more details on how to use the `llama-stack-client` CLI. Checkout [llama-stack-app](https://github.com/meta-llama/llama-stack-apps/tree/main) for examples applications built on top of Llama Stack.
|
Checkout the [llama-stack-client-python](https://github.com/meta-llama/llama-stack-client-python/blob/main/docs/cli_reference.md) repo for more details on how to use the `llama-stack-client` CLI. Checkout [llama-stack-app](https://github.com/meta-llama/llama-stack-apps/tree/main) for examples applications built on top of Llama Stack.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue