[Misc] Fix CI lint (#9085)

This commit is contained in:
Cody Yu 2024-10-04 16:07:54 -07:00 committed by GitHub
parent 0cc566ca8f
commit 27302dd584
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -194,7 +194,9 @@ if __name__ == "__main__":
default='128:256',
help='Range of input lengths for sampling prompts,'
'specified as "min:max" (e.g., "128:256").')
parser.add_argument("--seed", type=int, default=0,
parser.add_argument("--seed",
type=int,
default=0,
help='Random seed for reproducibility')
args = parser.parse_args()
main(args)