llama3_1 -> llama3

This commit is contained in:
Ashwin Bharambe 2024-08-20 19:00:47 -07:00
parent 75bbe787b6
commit c736e5b576
4 changed files with 69 additions and 24 deletions

View file

@ -4,7 +4,7 @@
# This source code is licensed under the terms described in the LICENSE file in
# the root directory of this source tree.
from llama_models.llama3_1.api.datatypes import * # noqa: F403
from llama_models.llama3.api.datatypes import * # noqa: F403
from llama_toolchain.agentic_system.api import * # noqa: F403
from llama_toolchain.dataset.api import * # noqa: F403
from llama_toolchain.evaluations.api import * # noqa: F403