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
|
@ -3,7 +3,7 @@ from typing import List
|
|||
|
||||
import torch
|
||||
|
||||
from models.llama3.datatypes import Message
|
||||
from models.llama3_1.api.datatypes import Message
|
||||
from termcolor import cprint
|
||||
from transformers import AutoModelForSequenceClassification, AutoTokenizer
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue