mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-09 19:58:29 +00:00
fixing import path
This commit is contained in:
parent
685deeab8f
commit
96240b7a49
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ from typing import Any, Dict, Optional
|
|||
|
||||
from pydantic import BaseModel, Field, SecretStr, field_validator
|
||||
|
||||
from llama_models.schema_utils import json_schema_type
|
||||
from llama_stack.schema_utils import json_schema_type
|
||||
|
||||
|
||||
class ShieldType(Enum):
|
||||
|
|
|
@ -108,7 +108,7 @@ def safety_nvidia() -> ProviderFixture:
|
|||
)
|
||||
|
||||
|
||||
SAFETY_FIXTURES = ["llama_guard", "bedrock", "remote"]
|
||||
SAFETY_FIXTURES = ["llama_guard", "bedrock", "remote", "nvidia"]
|
||||
|
||||
|
||||
@pytest_asyncio.fixture(scope="session")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue