mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-31 16:01:46 +00:00
Fix conda env names in distribution example run template
The Self-Hosted Distribution documentation contain steps to start llama server via conda environment. If the user generates conda environment using llaama build command and template, it generate an environment with name of the distribution and not defaulyt name of local as per the example run yaml file. It will thereore fail when user tried to run the server. This PR fixes the conda env name in the run yaml file. Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
This commit is contained in:
parent
e8112b31ab
commit
73e33fb747
7 changed files with 7 additions and 7 deletions
|
@ -3,7 +3,7 @@ built_at: '2024-11-01T17:40:45.325529'
|
|||
image_name: local
|
||||
name: bedrock
|
||||
docker_image: null
|
||||
conda_env: local
|
||||
conda_env: bedrock
|
||||
apis:
|
||||
- shields
|
||||
- agents
|
||||
|
|
|
@ -2,7 +2,7 @@ version: '2'
|
|||
built_at: '2024-10-08T17:40:45.325529'
|
||||
image_name: local
|
||||
docker_image: null
|
||||
conda_env: local
|
||||
conda_env: fireworks
|
||||
apis:
|
||||
- shields
|
||||
- agents
|
||||
|
|
|
@ -2,7 +2,7 @@ version: '2'
|
|||
built_at: '2024-10-08T17:40:45.325529'
|
||||
image_name: local
|
||||
docker_image: null
|
||||
conda_env: local
|
||||
conda_env: meta-reference-gpu
|
||||
apis:
|
||||
- shields
|
||||
- agents
|
||||
|
|
|
@ -2,7 +2,7 @@ version: '2'
|
|||
built_at: '2024-10-08T17:40:45.325529'
|
||||
image_name: local
|
||||
docker_image: null
|
||||
conda_env: local
|
||||
conda_env: meta-reference-quantized-gpu
|
||||
apis:
|
||||
- shields
|
||||
- agents
|
||||
|
|
|
@ -2,7 +2,7 @@ version: '2'
|
|||
built_at: '2024-10-08T17:40:45.325529'
|
||||
image_name: local
|
||||
docker_image: null
|
||||
conda_env: local
|
||||
conda_env: ollama
|
||||
apis:
|
||||
- shields
|
||||
- agents
|
||||
|
|
|
@ -2,7 +2,7 @@ version: '2'
|
|||
built_at: '2024-10-08T17:40:45.325529'
|
||||
image_name: local
|
||||
docker_image: null
|
||||
conda_env: local
|
||||
conda_env: tgi
|
||||
apis:
|
||||
- shields
|
||||
- agents
|
||||
|
|
|
@ -2,7 +2,7 @@ version: '2'
|
|||
built_at: '2024-10-08T17:40:45.325529'
|
||||
image_name: local
|
||||
docker_image: null
|
||||
conda_env: local
|
||||
conda_env: together
|
||||
apis:
|
||||
- shields
|
||||
- agents
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue