Skip to content

Commit

Permalink
Update tweets_assertions.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
arnavsinghvi11 authored Feb 15, 2024
1 parent be07293 commit ed58999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/tweets/tweets_assertions.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@
"metadata": {},
"outputs": [],
"source": [
"teleprompter = BootstrapFewShotWithRandomSearch(metric = overall_metric, max_bootstrapped_demos=2, num_candidate_programs=6)\n",
"teleprompter = BootstrapFewShotWithRandomSearch(metric = overall_metric, max_bootstrapped_demos=2, num_candidate_programs=6, num_threads=1)\n",
"compiled_tweeter_with_assertions = teleprompter.compile(student=tweeter_with_assertions, teacher = tweeter_with_assertions, trainset=trainset, valset=devset[:100])\n",
"\n",
"for metric in metrics:\n",
Expand Down

0 comments on commit ed58999

Please sign in to comment.