Skip to content

Commit

Permalink
Move ensemble import to teleprompt (stanfordnlp#542)
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacbmiller authored Mar 5, 2024
1 parent e4edd5b commit ee64653
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions dspy/teleprompt/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from .bootstrap import *
from .ensemble import *
from .finetune import *
from .knn_fewshot import *
from .random_search import *
Expand Down
2 changes: 1 addition & 1 deletion tests/teleprompt/test_ensemble.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import pytest
import dspy
from dspy.teleprompt.ensemble import Ensemble
from dspy.teleprompt import Ensemble


class MockProgram(dspy.Module):
Expand Down

0 comments on commit ee64653

Please sign in to comment.