mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-13 04:22:35 +00:00
Added tests for persistence
This commit is contained in:
parent
cae5b0708b
commit
862ff6c653
7 changed files with 157 additions and 11 deletions
|
|
@ -7,8 +7,8 @@
|
|||
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