文件最后提交记录最后更新时间
Increase doctest timeout to 300s and time print (#3041) ### What this PR does / why we need it? Increase doctest timeout to 300s and time print, according to time print in https://github.com/vllm-project/vllm-ascend/pull/3045 , most of time consumed in Graph capturing, so I think it's fine to increase doctest timeout This PR also add time log for each task. ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? - Run /vllm-workspace/vllm-ascend/tests/e2e/run_doctests.sh - CI passed - vLLM version: v0.10.2 - vLLM main: https://github.com/vllm-project/vllm/commit/a684c0124cb8ac04984b6fd621d99e1463016eac Closes: https://github.com/vllm-project/vllm-ascend/issues/3045 Signed-off-by: Yikun Jiang <yikunkero@gmail.com>8 个月前
[Misc] Fix doc test (#8277) ### What this PR does / why we need it? This patch normalize the doc tests between nightly tests andPR tests and update it to the latest daily built images (main/v0.18.0). - vLLM version: - vLLM main: https://github.com/vllm-project/vllm/commit/v0.19.0 --------- Signed-off-by: wangli <wangli858794774@gmail.com>1 个月前