mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-17 15:32:36 +00:00
kill built_at field in run config
This commit is contained in:
parent
b1d119466e
commit
fa1d29cfdc
15 changed files with 0 additions and 20 deletions
|
|
@ -4,8 +4,6 @@
|
|||
# This source code is licensed under the terms described in the LICENSE file in
|
||||
# the root directory of this source tree.
|
||||
|
||||
from datetime import datetime
|
||||
|
||||
from io import StringIO
|
||||
|
||||
from pathlib import Path
|
||||
|
|
@ -87,7 +85,6 @@ class RunConfigSettings(BaseModel):
|
|||
return StackRunConfig(
|
||||
image_name=name,
|
||||
docker_image=docker_image,
|
||||
built_at=datetime.now().strftime("%Y-%m-%d %H:%M"),
|
||||
apis=list(apis),
|
||||
providers=provider_configs,
|
||||
metadata_store=SqliteKVStoreConfig.sample_run_config(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue