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

Commit e780f6c

Browse files
committed
Create base class for Generator
1 parent 743e6f3 commit e780f6c

File tree

3 files changed

+211
-190
lines changed

3 files changed

+211
-190
lines changed

torchchat/distributed/dist_run.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -282,16 +282,6 @@ def _cleanup():
282282
dist.destroy_process_group()
283283

284284

285-
prompts = [
286-
"What is Snow?",
287-
# "Can you explain what is the purpose of back propagation in neural networks?",
288-
"Who is Santa Claus?",
289-
"Where does Santa live?",
290-
"Who is Abraham Lincoln?",
291-
# "How are models trained?",
292-
]
293-
294-
295285
def main(
296286
model_name,
297287
builder_args,

0 commit comments

Comments
 (0)