fixed imports models.llama3. --> models.llama3_1.api.

This commit is contained in:
Hardik Shah 2024-07-19 17:42:14 -07:00
parent f94efcf2ee
commit 2ed2881a21
20 changed files with 26 additions and 26 deletions

View file

@ -4,7 +4,7 @@ from pydantic import BaseModel
from pyopenapi import webmethod
from models.llama3.datatypes import * # noqa: F403
from 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