mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-06 10:42:39 +00:00
Fix incorrect RunConfigSettings due the removal of conda_env
This commit is contained in:
parent
b2ac29b9da
commit
04934d4644
1 changed files with 0 additions and 1 deletions
|
@ -84,7 +84,6 @@ 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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue