Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ MODEL_ARGS:
--inference-dynamic-batching-unified-memory-level: 1
--inference-dynamic-batching-buffer-size-gb: 20
--ckpt-format: torch_dist
# Pin the pre-#3509 (linear) CUDA-graph sizing distribution. #3509 switched the
# default to exponential + a mixed-prefill grid, which raised peak memory and
# tripped this test's mem-allocated-bytes guardrail (~69GB vs ~61GB golden, +13.6%).
--inference-dynamic-batching-cuda-graph-sizing-distribution: linear
--seq-length: 1024
--inference-max-seq-length: 1024
--load: ${CHECKPOINT_LOAD_PATH}/model/qwen3-8b-dist
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ MODEL_ARGS:
--inference-dynamic-batching-unified-memory-level: 1
--inference-dynamic-batching-buffer-size-gb: 20
--ckpt-format: torch_dist
# Pin the pre-#3509 (linear) CUDA-graph sizing distribution. #3509 switched the
# default to exponential + a mixed-prefill grid, which raised peak memory and
# tripped this test's mem-allocated-bytes guardrail (~69GB vs ~61GB golden, +13.6%).
--inference-dynamic-batching-cuda-graph-sizing-distribution: linear
--seq-length: 1024
--inference-max-seq-length: 1024
--load: ${CHECKPOINT_LOAD_PATH}/model/qwen3-8b-dist
Expand Down
Loading