[Minor] Improve code style (#2422)
This commit is contained in:
@@ -127,7 +127,7 @@ class CudaGraphRunner:
|
||||
|
||||
# Batch sizes to capture
|
||||
if model_runner.server_args.disable_cuda_graph_padding:
|
||||
self.capture_bs = list(range(1, 32)) + [64, 128]
|
||||
self.capture_bs = list(range(1, 33)) + [64, 128]
|
||||
else:
|
||||
self.capture_bs = [1, 2, 4] + [i * 8 for i in range(1, 21)]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user