Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature]: support pipeline parallelism inference in vllm #205

Open
Zjq9409 opened this issue Aug 27, 2024 · 2 comments
Open

[Feature]: support pipeline parallelism inference in vllm #205

Zjq9409 opened this issue Aug 27, 2024 · 2 comments
Labels
intel Issues or PRs submitted by Intel

Comments

@Zjq9409
Copy link

Zjq9409 commented Aug 27, 2024

🚀 The feature, motivation and pitch

warnings.warn(
Traceback (most recent call last):
  File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "/usr/lib/python3.10/runpy.py", line 86, in _run_code
    exec(code, run_globals)
  File "/usr/local/lib/python3.10/dist-packages/vllm/entrypoints/openai/api_server.py", line 168, in <module>
    engine = AsyncLLMEngine.from_engine_args(
  File "/usr/local/lib/python3.10/dist-packages/vllm/engine/async_llm_engine.py", line 346, in from_engine_args
    engine_config = engine_args.create_engine_config()
  File "/usr/local/lib/python3.10/dist-packages/vllm/engine/arg_utils.py", line 549, in create_engine_config
    parallel_config = ParallelConfig(
  File "/usr/local/lib/python3.10/dist-packages/vllm/config.py", line 556, in __init__
    self._verify_args()
  File "/usr/local/lib/python3.10/dist-packages/vllm/config.py", line 560, in _verify_args
    raise NotImplementedError(
NotImplementedError: Pipeline parallelism is not supported yet.

Is pipeline parallelism in our roadmap?

Alternatives

No response

Additional context

No response

@kzawora-intel kzawora-intel added the intel Issues or PRs submitted by Intel label Aug 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
intel Issues or PRs submitted by Intel
Projects
None yet
Development

No branches or pull requests

4 participants
@Zjq9409 @kzawora-intel and others