"README_ORIGIN.md" did not exist on "0dafd62baa2bcd133b9bdc316fd6ec0ac05216f7"
Commit e8de822e authored by Sachin Kadyan's avatar Sachin Kadyan
Browse files

Improved UX: Automatically set the single seq mode flag

parent c8c12397
......@@ -152,6 +152,8 @@ def main(args):
# Create the output directory
os.makedirs(args.output_dir, exist_ok=True)
if args.config_preset.startswith("seq"):
args.use_single_seq_mode = True
config = model_config(args.config_preset, long_sequence_inference=args.long_sequence_inference)
if(args.trace_model):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment