forked from phoenix-oss/llama-stack-mirror
Add conda_env
This commit is contained in:
parent
b822149098
commit
1fb61137ad
11 changed files with 11 additions and 10 deletions
|
@ -1,7 +1,7 @@
|
|||
version: '2'
|
||||
image_name: fireworks
|
||||
docker_image: null
|
||||
conda_env: null
|
||||
conda_env: fireworks
|
||||
apis:
|
||||
- agents
|
||||
- inference
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
version: '2'
|
||||
image_name: meta-reference-gpu
|
||||
docker_image: null
|
||||
conda_env: null
|
||||
conda_env: meta-reference-gpu
|
||||
apis:
|
||||
- agents
|
||||
- inference
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
version: '2'
|
||||
image_name: meta-reference-gpu
|
||||
docker_image: null
|
||||
conda_env: null
|
||||
conda_env: meta-reference-gpu
|
||||
apis:
|
||||
- agents
|
||||
- inference
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
version: '2'
|
||||
image_name: ollama
|
||||
docker_image: null
|
||||
conda_env: null
|
||||
conda_env: ollama
|
||||
apis:
|
||||
- agents
|
||||
- inference
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
version: '2'
|
||||
image_name: ollama
|
||||
docker_image: null
|
||||
conda_env: null
|
||||
conda_env: ollama
|
||||
apis:
|
||||
- agents
|
||||
- inference
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
version: '2'
|
||||
image_name: remote-vllm
|
||||
docker_image: null
|
||||
conda_env: null
|
||||
conda_env: remote-vllm
|
||||
apis:
|
||||
- agents
|
||||
- inference
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
version: '2'
|
||||
image_name: remote-vllm
|
||||
docker_image: null
|
||||
conda_env: null
|
||||
conda_env: remote-vllm
|
||||
apis:
|
||||
- agents
|
||||
- inference
|
||||
|
|
|
@ -80,6 +80,7 @@ class RunConfigSettings(BaseModel):
|
|||
return StackRunConfig(
|
||||
image_name=name,
|
||||
docker_image=docker_image,
|
||||
conda_env=name,
|
||||
apis=apis,
|
||||
providers=provider_configs,
|
||||
metadata_store=SqliteKVStoreConfig.sample_run_config(
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
version: '2'
|
||||
image_name: tgi
|
||||
docker_image: llamastack/distribution-tgi:test-0.0.52rc3
|
||||
conda_env: null
|
||||
conda_env: tgi
|
||||
apis:
|
||||
- agents
|
||||
- inference
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
version: '2'
|
||||
image_name: tgi
|
||||
docker_image: llamastack/distribution-tgi:test-0.0.52rc3
|
||||
conda_env: null
|
||||
conda_env: tgi
|
||||
apis:
|
||||
- agents
|
||||
- inference
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
version: '2'
|
||||
image_name: together
|
||||
docker_image: null
|
||||
conda_env: null
|
||||
conda_env: together
|
||||
apis:
|
||||
- agents
|
||||
- inference
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue