mirror of
https://github.com/meta-llama/llama-stack.git
synced 2026-01-02 17:44:30 +00:00
test: add unit test to ensure all config types are instantiable
This commit is contained in:
parent
d263edbf90
commit
36e7bc6fbf
5 changed files with 45 additions and 34 deletions
|
|
@ -8,7 +8,6 @@ from typing import AsyncGenerator
|
|||
from openai import OpenAI
|
||||
|
||||
from llama_stack.apis.inference import * # noqa: F403
|
||||
from llama_stack.models.llama.datatypes import Message
|
||||
|
||||
# from llama_stack.providers.datatypes import ModelsProtocolPrivate
|
||||
from llama_stack.providers.utils.inference.model_registry import ModelRegistryHelper
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue