File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 3
3
4
4
# Copyright (c) 2023 Oracle and/or its affiliates.
5
5
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/
6
-
7
- from .huggingface import HuggingFaceEvaluation
Original file line number Diff line number Diff line change 13
13
from langchain .llms .base import LLM
14
14
from langchain .prompts import PromptTemplate
15
15
from langchain .schema .runnable import RunnableMap , RunnablePassthrough
16
- from ads .llm .guardrails import HuggingFaceEvaluation
16
+ from ads .llm .guardrails . huggingface import HuggingFaceEvaluation
17
17
from ads .llm .guardrails .base import BlockedByGuardrail , GuardrailIO
18
18
from ads .llm .chain import GuardrailSequence
19
19
from ads .llm .serialize import load , dump
You can’t perform that action at this time.
0 commit comments