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

Fix 'Actor methods cannot be called directly' when using --engine-use-ray #2664

Merged
merged 2 commits into from
Jan 30, 2024

Conversation

HermitSun
Copy link
Contributor

When requesting a model serving with --engine-use-ray, the request will fail with status code 500, and the vLLM server will raise an error: TypeError: Actor methods cannot be called directly. Instead of running 'object.encode_request_async()', try 'object.encode_request_async.remote'.

Copy link
Collaborator

@Yard1 Yard1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fix!

@Yard1 Yard1 merged commit d79ced3 into vllm-project:main Jan 30, 2024
17 checks passed
@HermitSun HermitSun deleted the fix-engine-use-ray branch January 31, 2024 01:53
NikolaBorisov pushed a commit to deepinfra/vllm that referenced this pull request Jan 31, 2024
hongxiayang pushed a commit to hongxiayang/vllm that referenced this pull request Feb 13, 2024
alexm-neuralmagic pushed a commit to neuralmagic/nm-vllm that referenced this pull request Feb 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants