Fix dsv4 kl test timeout (#34963)
This commit is contained in:
@@ -205,6 +205,7 @@ jobs:
|
|||||||
caller_inputs: ${{ toJson(inputs) }}
|
caller_inputs: ${{ toJson(inputs) }}
|
||||||
partitions: ${{ needs.check-changes.outputs.partitions }}
|
partitions: ${{ needs.check-changes.outputs.partitions }}
|
||||||
run_timeout_minutes: '60'
|
run_timeout_minutes: '60'
|
||||||
|
timeout_per_file: '3600'
|
||||||
rust_ext_artifact: ${{ needs.rust-ext-build.outputs.artifact_name }}
|
rust_ext_artifact: ${{ needs.rust-ext-build.outputs.artifact_name }}
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ DSV4_FLASH_MODEL = "sgl-project/DeepSeek-V4-Flash-FP8"
|
|||||||
DSV4_DSPARK_MODEL = "deepseek-ai/DeepSeek-V4-Flash-DSpark"
|
DSV4_DSPARK_MODEL = "deepseek-ai/DeepSeek-V4-Flash-DSpark"
|
||||||
DSV4_FLASH_LAUNCH_TIMEOUT = 3600
|
DSV4_FLASH_LAUNCH_TIMEOUT = 3600
|
||||||
|
|
||||||
register_cuda_ci(est_time=1500, stage="extra-b", runner_config="4-gpu-h100")
|
register_cuda_ci(est_time=2400, stage="extra-b", runner_config="4-gpu-h100")
|
||||||
|
|
||||||
|
|
||||||
def _assert_dsv4_decode_cached_tokens(result, history_len, output_len, label):
|
def _assert_dsv4_decode_cached_tokens(result, history_len, output_len, label):
|
||||||
|
|||||||
Reference in New Issue
Block a user