Skip to content

Commit

Permalink
Added missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
tejaswini authored and tejaswini-nexplore committed Jan 24, 2025
1 parent 67355ef commit 6734429
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/unitxt/llm_as_judge.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
from .error_utils import UnitxtError
from .inference import (
InferenceEngine,
OptionSelectingByLogProbsInferenceEngine,
)
from .llm_as_judge_chat_templates import direct_template_dict, pairwise_template_dict
from .llm_as_judge_constants import (
Expand Down

0 comments on commit 6734429

Please sign in to comment.