mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-04 04:04:14 +00:00
fixed imports models.llama3. --> models.llama3_1.api.
This commit is contained in:
parent
f94efcf2ee
commit
2ed2881a21
20 changed files with 26 additions and 26 deletions
|
@ -16,11 +16,11 @@ from fairscale.nn.model_parallel.initialize import (
|
|||
initialize_model_parallel,
|
||||
model_parallel_is_initialized,
|
||||
)
|
||||
from models.llama3.args import ModelArgs
|
||||
from models.llama3.chat_format import ChatFormat, ModelInput
|
||||
from models.llama3.datatypes import Message
|
||||
from models.llama3.model import Transformer
|
||||
from models.llama3.tokenizer import Tokenizer
|
||||
from models.llama3_1.api.args import ModelArgs
|
||||
from models.llama3_1.api.chat_format import ChatFormat, ModelInput
|
||||
from models.llama3_1.api.datatypes import Message
|
||||
from models.llama3_1.api.model import Transformer
|
||||
from models.llama3_1.api.tokenizer import Tokenizer
|
||||
from termcolor import cprint
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue