llama_toolchain/distribution -> llama_toolchain/core

This commit is contained in:
Ashwin Bharambe 2024-08-28 17:39:41 -07:00
parent 81540e6ce8
commit 3cb67f1f58
31 changed files with 49 additions and 45 deletions

View file

@ -15,7 +15,7 @@ from llama_models.llama3.api.datatypes import UserMessage
from pydantic import BaseModel
from termcolor import cprint
from llama_toolchain.distribution.datatypes import RemoteProviderConfig
from llama_toolchain.core.datatypes import RemoteProviderConfig
from .api import * # noqa: F403