Should I use python 3.12+ ??

#4
by akirasum - opened

I got below error. have ne clue... (python 3.10)

RuntimeError: Error raised in subprocess:
(APIServer pid=1644384) ERROR 06-18 21:51:38 [registry.py:974] /xxx/lib/python3.10/runpy.py:126: RuntimeWarning: 'vllm.model_executor.models.registry' found in sys.modules after import of package 'vllm.model_executor.models', but prior to execution of 'vllm.model_executor.models.registry'; this may result in unpredictable behaviour

(APIServer pid=1644384) ERROR 06-18 21:51:38 [registry.py:974] File "/xxx/lib/python3.10/site-packages/triton/runtime/jit.py", line 470, in init
(APIServer pid=1644384) ERROR 06-18 21:51:38 [registry.py:974] src = src[re.search(r"^def\s+\w+\s*(", src, re.MULTILINE).start():]
(APIServer pid=1644384) ERROR 06-18 21:51:38 [registry.py:974] AttributeError: 'NoneType' object has no attribute 'start'

(APIServer pid=1644384) s.pydantic_validator.validate_python(ArgsKwargs(args, kwargs), self_instance=s)
(APIServer pid=1644384) pydantic_core._pydantic_core.ValidationError: 1 validation error for ModelConfig
(APIServer pid=1644384) Value error, Model architectures ['MiniMaxM3SparseForConditionalGeneration'] failed to be inspected. Please check the logs for more details. [type=value_error, input_value=ArgsKwargs((), {'model': ...nderer_num_workers': 1}), input_type=ArgsKwargs]
(APIServer pid=1644384) For further information visit https://errors.pydantic.dev/2.13/v/value_e

Sign up or log in to comment