mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-29 15:23:51 +00:00
pre-commit changes
This commit is contained in:
parent
1761999dec
commit
c992ce385b
1 changed files with 3 additions and 1 deletions
|
@ -8,7 +8,9 @@ import unittest
|
|||
|
||||
from llama_models.llama3.api import * # noqa: F403
|
||||
from llama_stack.apis.inference.inference import * # noqa: F403
|
||||
from llama_stack.providers.utils.inference.prompt_adapter import chat_completion_request_to_messages
|
||||
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