from models.llama3_1 --> from llama_models.llama3_1

This commit is contained in:
Hardik Shah 2024-07-21 19:07:02 -07:00
parent c6ef16f6bd
commit c64b8cba22
22 changed files with 29 additions and 27 deletions

View file

@ -4,7 +4,7 @@ from pydantic import BaseModel
from pyopenapi import webmethod
from models.llama3_1.api.datatypes import * # noqa: F403
from llama_models.llama3_1.api.datatypes import * # noqa: F403
from .datatypes import * # noqa: F403
from toolchain.dataset.api.datatypes import * # noqa: F403
from toolchain.common.training_types import * # noqa: F403