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

Deprecation Warning for PyTorch Backend #936

Open
3 tasks done
byteshiva opened this issue Mar 19, 2024 · 2 comments
Open
3 tasks done

Deprecation Warning for PyTorch Backend #936

byteshiva opened this issue Mar 19, 2024 · 2 comments

Comments

@byteshiva
Copy link

byteshiva commented Mar 19, 2024

Description

Running the command docker run --rm -it -p 3000:3000 ghcr.io/bentoml/openllm start facebook/opt-1.3b --backend pt results in a deprecation warning for the PyTorch backend.

Error

Error: PyTorch backend is deprecated and will be removed. Switch to vLLM.

Can you let me know how to fix it.

Resolution

  • Update documentation to reflect deprecation.

Tasks

@byteshiva
Copy link
Author

byteshiva commented Mar 19, 2024

found the fix

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

Fix Available at:

@aarnphm
Copy link
Member

aarnphm commented Mar 21, 2024

just a headsup for 0.5 I'm removing pytorch backend, will work on CPU specific branch for better optimization.

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

No branches or pull requests

2 participants