mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-10 09:45:49 +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',
|
default='128:256',
|
||||||
help='Range of input lengths for sampling prompts,'
|
help='Range of input lengths for sampling prompts,'
|
||||||
'specified as "min:max" (e.g., "128:256").')
|
'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')
|
help='Random seed for reproducibility')
|
||||||
args = parser.parse_args()
|
args = parser.parse_args()
|
||||||
main(args)
|
main(args)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user