mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-09 19:29:18 +00:00
Merge branch 'main' into ollama_docker
This commit is contained in:
commit
8593c94b91
2 changed files with 11 additions and 1 deletions
|
|
@ -7,4 +7,4 @@ distribution_spec:
|
|||
safety: meta-reference
|
||||
agents: meta-reference
|
||||
telemetry: meta-reference
|
||||
image_type: conda
|
||||
image_type: conda
|
||||
10
llama_stack/distribution/templates/remote-vllm-build.yaml
Normal file
10
llama_stack/distribution/templates/remote-vllm-build.yaml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
name: remote-vllm
|
||||
distribution_spec:
|
||||
description: Use remote vLLM for running LLM inference
|
||||
providers:
|
||||
inference: remote::vllm
|
||||
memory: meta-reference
|
||||
safety: meta-reference
|
||||
agents: meta-reference
|
||||
telemetry: meta-reference
|
||||
image_type: docker
|
||||
Loading…
Add table
Add a link
Reference in a new issue