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

[CPU] Missing ray for CPU backend #10032

Closed
wants to merge 1 commit into from

Conversation

DamonFool
Copy link
Contributor

This patch fixes the follow bug for CPU backend.

INFO 11-05 08:54:08 importing.py:15] Triton not installed or not compatible; certain GPU-related functions will not be available.
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 30, in <module>
    from vllm.engine.multiprocessing.engine import run_mp_engine
  File "/usr/local/lib/python3.10/dist-packages/vllm/engine/multiprocessing/engine.py", line 8, in <module>
    from ray.exceptions import RayTaskError
ModuleNotFoundError: No module named 'ray'

Please review it.
Thanks.

Copy link

github-actions bot commented Nov 5, 2024

👋 Hi! Thank you for contributing to the vLLM project.
Just a reminder: PRs would not trigger full CI run by default. Instead, it would only run fastcheck CI which starts running only a small and essential subset of CI tests to quickly catch errors. You can run other CI tests on top of those by going to your fastcheck build on Buildkite UI (linked in the PR checks section) and unblock them. If you do not have permission to unblock, ping simon-mo or khluu to add you in our Buildkite org.

Once the PR is approved and ready to go, your PR reviewer(s) can run CI to test the changes comprehensively before merging.

To run CI, PR reviewers can do one of these:

  • Add ready label to the PR
  • Enable auto-merge.

🚀

@mergify mergify bot added the ci/build label Nov 5, 2024
@Isotr0py
Copy link
Collaborator

Isotr0py commented Nov 5, 2024

@DamonFool Can you check if #10021 has fixed this?

@DamonFool
Copy link
Contributor Author

@DamonFool Can you check if #10021 has fixed this?

Okay.
This bug seems to be fixed after that.

Thanks for taking a look at this.
So just close this pr.

@DamonFool DamonFool closed this Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants