Skip to content

Commit f161aaf

Browse files
authored
Merge pull request #16 from eltociear/patch-1
chore: update run_pipeline.py
2 parents dcefadd + 1491313 commit f161aaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/run_pipeline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ def parse_args():
205205
parser.add_argument("-nt", "--num_threads", type=int, default=4)
206206
parser.add_argument("-m", "--model", type=str, choices=MODELS, default="hf-bitnet-3b")
207207
parser.add_argument("-p", "--steps_preset", type=str, choices=STEPS_PRESETS.keys(), default="all",
208-
help="Will be overriden by --steps. `fast` is recommended if you are not building the first time.")
208+
help="Will be overridden by --steps. `fast` is recommended if you are not building the first time.")
209209
steps_str = ", ".join(f"{i}: {step}" for i, (step, _) in enumerate(STEPS))
210210
parser.add_argument("-s", "--steps", type=str, default=None, help="Select steps from " + steps_str + ". E.g., --steps 0,2,3,5,6")
211211
parser.add_argument("-gs", "--group_size", type=int, default=None, help="Don't set this argument if you don't know its meaning.")

0 commit comments

Comments
 (0)