FastChat icon indicating copy to clipboard operation
FastChat copied to clipboard

BUG for ImportError: cannot import name 'AsyncLLMEngine' from 'vllm' (unknown location)

Open tms2003 opened this issue 2 years ago • 3 comments

python -m fastchat.serve.vllm_worker --model-path "/home/incar/newdata2/tms/llm/chatglm3-6b-32k" --trust-remote-code


Traceback (most recent call last):
  File "/home/incar/miniconda3/envs/chatlain/lib/python3.10/runpy.py", line 196, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "/home/incar/miniconda3/envs/chatlain/lib/python3.10/runpy.py", line 86, in _run_code
    exec(code, run_globals)
  File "/home/incar/miniconda3/envs/chatlain/lib/python3.10/site-packages/fastchat/serve/vllm_worker.py", line 15, in <module>
    from vllm import AsyncLLMEngine
ImportError: cannot import name 'AsyncLLMEngine' from 'vllm' (unknown location)

I test in vllm and it's ok!so,I think something would be wrong in fastchat.

tms2003 avatar Nov 24 '23 09:11 tms2003

Same issue here, is this issue solved?

thiner avatar Dec 22 '23 05:12 thiner

python -m fastchat.serve.vllm_worker --model-path "/home/incar/newdata2/tms/llm/chatglm3-6b-32k" --trust-remote-code


Traceback (most recent call last):
  File "/home/incar/miniconda3/envs/chatlain/lib/python3.10/runpy.py", line 196, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "/home/incar/miniconda3/envs/chatlain/lib/python3.10/runpy.py", line 86, in _run_code
    exec(code, run_globals)
  File "/home/incar/miniconda3/envs/chatlain/lib/python3.10/site-packages/fastchat/serve/vllm_worker.py", line 15, in <module>
    from vllm import AsyncLLMEngine
ImportError: cannot import name 'AsyncLLMEngine' from 'vllm' (unknown location)

I test in vllm and it's ok!so,I think something would be wrong in fastchat.

from vllm.vllm.engine.async_llm_engine import AsyncLLMEngine

Yu-Yang-Li avatar Feb 21 '24 00:02 Yu-Yang-Li

Is this issue solved? What is the version of vllm that you used?

upupdayday avatar Jul 03 '24 02:07 upupdayday