Skip to content

Commit

Permalink
Update pipelines.py
Browse files Browse the repository at this point in the history
fixed import for testing
  • Loading branch information
kuraisle committed Oct 18, 2024
1 parent 13269d6 commit 9f76c55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Carrot-Assistant/evaluation/pipelines.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from typing import Dict
from evaltypes import SingleResultPipeline
from evaluation.evaltypes import SingleResultPipeline
from options.pipeline_options import LLMModel
from components.models import local_models
from jinja2 import Template
Expand Down

0 comments on commit 9f76c55

Please sign in to comment.