mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-07 04:45:44 +00:00
from models.llama3_1 --> from llama_models.llama3_1
This commit is contained in:
parent
c6ef16f6bd
commit
c64b8cba22
22 changed files with 29 additions and 27 deletions
|
@ -1,7 +1,7 @@
|
|||
import asyncio
|
||||
from typing import List
|
||||
|
||||
from models.llama3_1.api.datatypes import Message, Role
|
||||
from llama_models.llama3_1.api.datatypes import Message, Role
|
||||
|
||||
from .base import OnViolationAction, ShieldBase, ShieldResponse
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue