Skip to content

Commit

Permalink
Merge branch 'bootstrap-knn-few-shot-with-random-search' into paralle…
Browse files Browse the repository at this point in the history
…l-bootstrap
  • Loading branch information
CyrusNuevoDia committed Nov 25, 2024
2 parents 627afb9 + 2dc65d0 commit f3f1ed8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dspy/teleprompt/bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,7 @@ def __init__(
)
self.embedder = embedder
self.num_static_demos = num_static_demos
self.embedder = embedder
self.random_seed = random_seed

def _train(self):
Expand Down

0 comments on commit f3f1ed8

Please sign in to comment.