Skip to content

Commit e70fc95

Browse files
committed
Toggle RUN_FROM_SCRATCH to False
1 parent 8588383 commit e70fc95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/nli/scone/scone.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"# Toggling this to true will redo the bootstrapping process. When\n",
9292
"# it is set to False, the existing demonstrations will be used but\n",
9393
"# turbo will still be used to evaluate the zero-shot and full programs.\n",
94-
"RUN_FROM_SCRATCH = True"
94+
"RUN_FROM_SCRATCH = False"
9595
]
9696
},
9797
{

0 commit comments

Comments
 (0)