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 33
44# Copyright (c) 2023 Oracle and/or its affiliates.
55# 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 1313from langchain .llms .base import LLM
1414from langchain .prompts import PromptTemplate
1515from langchain .schema .runnable import RunnableMap , RunnablePassthrough
16- from ads .llm .guardrails import HuggingFaceEvaluation
16+ from ads .llm .guardrails . huggingface import HuggingFaceEvaluation
1717from ads .llm .guardrails .base import BlockedByGuardrail , GuardrailIO
1818from ads .llm .chain import GuardrailSequence
1919from ads .llm .serialize import load , dump
You can’t perform that action at this time.
0 commit comments