"tests/vscode:/vscode.git/clone" did not exist on "44bd538b110ce0e8fc69626854631c3aee0dc094"
Unverified Commit 944f1ea0 authored by feng397's avatar feng397 Committed by GitHub
Browse files

fix capture_bs when speculative decoding enabled (#10730)

parent 9d7e82a0
......@@ -179,7 +179,7 @@ def get_batch_sizes_to_capture(model_runner: ModelRunner):
capture_bs = (
list(range(1, 9))
+ list(range(10, 33, 2))
+ list(range(40, 64, 8))
+ list(range(40, 65, 8))
+ list(range(80, 161, 16))
)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment