File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1717from vllm_ascend .utils import vllm_version_is
1818
1919# Import specific patches for different versions
20- if vllm_version_is ("0.8.5" ):
20+ if vllm_version_is ("0.8.5" ) or vllm_version_is ( "0.8.5.post1" ) :
2121 from vllm_ascend .patch .platform import patch_0_8_5 # noqa: F401
2222 from vllm_ascend .patch .platform import patch_common # noqa: F401
2323else :
Original file line number Diff line number Diff line change 1818from vllm_ascend .utils import vllm_version_is
1919
2020# Import specific patches for different versions
21- if vllm_version_is ("0.8.5" ):
21+ if vllm_version_is ("0.8.5" ) or vllm_version_is ( "0.8.5.post1" ) :
2222 from vllm_ascend .patch .worker import patch_0_8_5 # noqa: F401
2323 from vllm_ascend .patch .worker import patch_common # noqa: F401
2424else :
You can’t perform that action at this time.
0 commit comments