Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit 31988b2

Browse files
committed
revert prompts to same length
1 parent 0e3efee commit 31988b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dist_run.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -283,9 +283,9 @@ def _cleanup():
283283

284284
prompt = [
285285
"What is Snow?",
286-
"Can you explain what is the purpose of back propagation in neural networks?",
287-
# "Who is Santa Claus?",
288-
# "Where does Santa live?",
286+
# "Can you explain what is the purpose of back propagation in neural networks?",
287+
"Who is Santa Claus?",
288+
"Where does Santa live?",
289289
# "Who is Abraham Lincoln?",
290290
# "How are models trained?",
291291
]

0 commit comments

Comments
 (0)