mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-27 18:50:41 +00:00
Fix for safety
This commit is contained in:
parent
9487ad8294
commit
25adc83de8
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ from typing import List
|
|||
|
||||
from llama_models.llama3.api.datatypes import Message
|
||||
|
||||
from llama_stack.safety.meta_reference.shields.base import (
|
||||
from llama_stack.providers.impls.meta_reference.safety.shields.base import (
|
||||
OnViolationAction,
|
||||
ShieldBase,
|
||||
ShieldResponse,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue