forked from phoenix-oss/llama-stack-mirror
Added tests for persistence (#274)
This commit is contained in:
parent
821810657f
commit
2e5e46d896
2 changed files with 152 additions and 2 deletions
|
@ -7,8 +7,10 @@
|
|||
import unittest
|
||||
|
||||
from llama_models.llama3.api import * # noqa: F403
|
||||
from llama_stack.inference.api import * # noqa: F403
|
||||
from llama_stack.inference.prompt_adapter import chat_completion_request_to_messages
|
||||
from llama_stack.apis.inference.inference import * # noqa: F403
|
||||
from llama_stack.providers.utils.inference.prompt_adapter import (
|
||||
chat_completion_request_to_messages,
|
||||
)
|
||||
|
||||
MODEL = "Llama3.1-8B-Instruct"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue