From 5a63d0ff1d52cd7fd0fd32e27d1297a7a5ddc77a Mon Sep 17 00:00:00 2001 From: Yuan Tang Date: Sat, 18 Jan 2025 00:30:57 -0500 Subject: [PATCH] Fix incorrect RunConfigSettings due to the removal of conda_env (#801) --- llama_stack/templates/template.py | 1 - 1 file changed, 1 deletion(-) diff --git a/llama_stack/templates/template.py b/llama_stack/templates/template.py index d9696b23d..78f57b795 100644 --- a/llama_stack/templates/template.py +++ b/llama_stack/templates/template.py @@ -84,7 +84,6 @@ class RunConfigSettings(BaseModel): return StackRunConfig( image_name=name, container_image=container_image, - conda_env=name, apis=apis, providers=provider_configs, metadata_store=SqliteKVStoreConfig.sample_run_config(