Skip to content

Commit

Permalink
Update cli_reference.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yanxi0830 authored Oct 25, 2024
1 parent 84cbb19 commit c22a1c5
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions docs/cli_reference.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# CLI Reference

You may use the `llama-stack-client` to query information about the distribution.

#### `llama-stack-client`
```bash
$ llama-stack-client -h
Expand All @@ -23,6 +25,31 @@ $ llama-stack-client configure
Done! You can now use the Llama Stack Client CLI with endpoint http://localhost:5000
```


#### `llama-stack-client providers`
```bash
$ llama-stack-client providers
```
```
+-----------+----------------+-----------------+
| API | Provider ID | Provider Type |
+===========+================+=================+
| scoring | meta0 | meta-reference |
+-----------+----------------+-----------------+
| datasetio | meta0 | meta-reference |
+-----------+----------------+-----------------+
| inference | tgi0 | remote::tgi |
+-----------+----------------+-----------------+
| memory | meta-reference | meta-reference |
+-----------+----------------+-----------------+
| agents | meta-reference | meta-reference |
+-----------+----------------+-----------------+
| telemetry | meta-reference | meta-reference |
+-----------+----------------+-----------------+
| safety | meta-reference | meta-reference |
+-----------+----------------+-----------------+
```

#### `llama-stack-client models list`
```bash
llama-stack-client models list
Expand Down

0 comments on commit c22a1c5

Please sign in to comment.