We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e12ab1b commit c0a5f76Copy full SHA for c0a5f76
opt.py
@@ -459,8 +459,8 @@ def sync():
459
if args.benchmark:
460
input_ids = next(iter(dataloader))[0][:, :args.benchmark]
461
benchmark(model, input_ids, check=args.check)
462
- if args.load:
463
- exit()
+ # if args.load:
+ # exit()
464
465
datasets = ['wikitext2', 'ptb']
466
if args.new_eval:
0 commit comments