mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-04 12:07:34 +00:00
Update CLI reference and add typing
This commit is contained in:
parent
b96e705680
commit
eee6c69f46
3 changed files with 6 additions and 6 deletions
|
@ -285,10 +285,10 @@ llama stack list-distributions
|
|||
| | "agentic_system": "meta-reference", | |
|
||||
| | "memory": "meta-reference-faiss" | |
|
||||
| | } | |
|
||||
+--------------------------------+---------------------------------------+-------------------------------------------------------------------------------------------+
|
||||
| local-plus-tgi-inference | { | Use TGI (local or with <a href="https://huggingface.co/inference-endpoints/dedicated"> |
|
||||
| | "inference": "remote::tgi", | Hugging Face Inference Endpoints</a>) for running LLM inference |
|
||||
| | "safety": "meta-reference", | |
|
||||
|--------------------------------|---------------------------------------|-------------------------------------------------------------------------------------------|
|
||||
| local-plus-tgi-inference | { | Use TGI (local or with [Hugging Face Inference Endpoints](https://huggingface.co/ |
|
||||
| | "inference": "remote::tgi", | inference-endpoints/dedicated)) for running LLM inference. When using HF Inference |
|
||||
| | "safety": "meta-reference", | Endpoints, please provide hf_namespace (username or organization name) and endpoint name. |
|
||||
| | "agentic_system": "meta-reference", | |
|
||||
| | "memory": "meta-reference-faiss" | |
|
||||
| | } | |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue