-
Notifications
You must be signed in to change notification settings - Fork 563
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Your current environment
vllm:main
vllm-ascend:main
🐛 Describe the bug
Traceback (most recent call last):
File "/usr/local/python3.11.13/bin/vllm", line 7, in <module>
sys.exit(main())
^^^^^^
File "/vllm-workspace/vllm/vllm/entrypoints/cli/main.py", line 66, in main
cmd.subparser_init(subparsers).set_defaults(dispatch_function=cmd.cmd)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/vllm-workspace/vllm/vllm/entrypoints/cli/serve.py", line 71, in subparser_init
serve_parser = make_arg_parser(serve_parser)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/vllm-workspace/vllm/vllm/entrypoints/openai/cli_args.py", line 273, in make_arg_parser
parser = AsyncEngineArgs.add_cli_args(parser)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/vllm-workspace/vllm/vllm/engine/arg_utils.py", line 1919, in add_cli_args
current_platform.pre_register_and_update(parser)
File "/vllm-workspace/vllm-ascend/vllm_ascend/platform.py", line 69, in pre_register_and_update
adapt_patch(is_global_patch=True)
File "/vllm-workspace/vllm-ascend/vllm_ascend/utils.py", line 275, in adapt_patch
from vllm_ascend.patch import platform # noqa: F401
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/vllm-workspace/vllm-ascend/vllm_ascend/patch/platform/__init__.py", line 21, in <module>
import vllm_ascend.patch.platform.patch_mamba_config # noqa
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/vllm-workspace/vllm-ascend/vllm_ascend/patch/platform/patch_mamba_config.py", line 6, in <module>
from vllm.utils import cdiv
ImportError: cannot import name 'cdiv' from 'vllm.utils' (/vllm-workspace/vllm/vllm/utils/__init__.py)
[ERROR] 2025-11-08-07:26:43 (PID:1, Device:-1, RankID:-1) ERR99999 UNKNOWN applicaiton exception

Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working