mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-09 06:14:57 +08:00
[Misc] Fix CI lint (#9085)
This commit is contained in:
parent
0cc566ca8f
commit
27302dd584
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user