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:
Martin Hickey 2024-11-15 15:32:52 +00:00
parent e8112b31ab
commit 73e33fb747
7 changed files with 7 additions and 7 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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