mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-04 20:14:13 +00:00
llama3_1 -> llama3
This commit is contained in:
parent
75bbe787b6
commit
c736e5b576
4 changed files with 69 additions and 24 deletions
|
@ -9,7 +9,7 @@ from typing import Any, Dict, List, Optional, Protocol
|
|||
|
||||
from llama_models.schema_utils import json_schema_type, webmethod
|
||||
from pydantic import BaseModel
|
||||
from llama_models.llama3_1.api.datatypes import * # noqa: F403
|
||||
from llama_models.llama3.api.datatypes import * # noqa: F403
|
||||
from .datatypes import * # noqa: F403
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue