mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-04 20:14:13 +00:00
fixed imports models.llama3. --> models.llama3_1.api.
This commit is contained in:
parent
f94efcf2ee
commit
2ed2881a21
20 changed files with 26 additions and 26 deletions
|
@ -5,7 +5,7 @@ from pydantic import BaseModel
|
|||
from pyopenapi import webmethod
|
||||
from strong_typing.schema import json_schema_type
|
||||
|
||||
from models.llama3.datatypes import * # noqa: F403
|
||||
from models.llama3_1.api.datatypes import * # noqa: F403
|
||||
from toolchain.reward_scoring.api.datatypes import * # noqa: F403
|
||||
from .datatypes import * # noqa: F403
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue