mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-17 09: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
|
|
@ -6,7 +6,6 @@
|
|||
|
||||
import json
|
||||
import tempfile
|
||||
from datetime import datetime
|
||||
from typing import Any, Dict, List, Optional
|
||||
|
||||
from llama_stack.distribution.datatypes import * # noqa: F403
|
||||
|
|
@ -37,7 +36,6 @@ async def construct_stack_for_test(
|
|||
) -> TestStack:
|
||||
sqlite_file = tempfile.NamedTemporaryFile(delete=False, suffix=".db")
|
||||
run_config = dict(
|
||||
built_at=datetime.now(),
|
||||
image_name="test-fixture",
|
||||
apis=apis,
|
||||
providers=providers,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue