mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-04 12:07:34 +00:00
from models.llama3_1 --> from llama_models.llama3_1
This commit is contained in:
parent
c6ef16f6bd
commit
c64b8cba22
22 changed files with 29 additions and 27 deletions
|
@ -4,7 +4,7 @@ import yaml
|
|||
|
||||
from pyopenapi import Info, Options, Server, Specification
|
||||
|
||||
from models.llama3_1.api.datatypes import * # noqa: F403
|
||||
from llama_models.llama3_1.api.datatypes import * # noqa: F403
|
||||
from toolchain.dataset.api import * # noqa: F403
|
||||
from toolchain.evaluations.api import * # noqa: F403
|
||||
from toolchain.inference.api import * # noqa: F403
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue