[s2s] fix kwarg typo (#7196)

This commit is contained in:
Sam Shleifer 2020-09-16 21:58:57 -04:00 committed by GitHub
parent 0203ad43bc
commit 45b0b1ff2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ def run_generate():
json_save_dir,
args.model_name,
type_path=args.type_path,
batch_size=args.bs,
bs=args.bs,
fp16=args.fp16,
task=args.task,
local_rank=args.local_rank,