Skip to content

Commit c0a5f76

Browse files
Removed the exit from load cmd
1 parent e12ab1b commit c0a5f76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

opt.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -459,8 +459,8 @@ def sync():
459459
if args.benchmark:
460460
input_ids = next(iter(dataloader))[0][:, :args.benchmark]
461461
benchmark(model, input_ids, check=args.check)
462-
if args.load:
463-
exit()
462+
# if args.load:
463+
# exit()
464464

465465
datasets = ['wikitext2', 'ptb']
466466
if args.new_eval:

0 commit comments

Comments
 (0)