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

Fixes Deprecation warning for PyTorch #938

Closed
wants to merge 1 commit into from

Conversation

shubh1777
Copy link

PR Title: Update Docker Run Command to Use vLLM Backend

Description:

This PR addresses issue #936 , which involves deprecation warnings when using the PyTorch backend with the ghcr.io/bentoml/openllm Docker image. The solution updates the Docker run command to utilize the vLLM backend, resolving the deprecation issue and ensuring compatibility with future releases.

Updated Command:

docker run --rm -it -p 3000:3000 ghcr.io/bentoml/openllm start facebook/opt-1.3b --backend vllm

Signed-off-by: Shubham Kumar <114337784+shubh1777@users.noreply.github.com>
@shubh1777 shubh1777 requested a review from aarnphm as a code owner March 24, 2024 05:31
@aarnphm aarnphm closed this May 23, 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