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

TorchDynamo & XLA in VLLM #1475

Closed
dhritiman opened this issue Oct 26, 2023 · 1 comment
Closed

TorchDynamo & XLA in VLLM #1475

dhritiman opened this issue Oct 26, 2023 · 1 comment

Comments

@dhritiman
Copy link

We came across this post which talks about gains in Llama inference with TorchDynamo and XLA

https://pytorch.org/blog/path-achieve-low-inference-latency/?utm_content=254892693&utm_medium=social&utm_source=linkedin&hss_channel=lcp-78618366

I had the following questions :-

(a) Has the vllm team or anyone here explored these optimizations with VLLM ? If yes, do you see similar gains as discussed in the blog ?
(b) Does the VLLM team plan to support TorchDynamo and XLA ?
(c) Do you think any of the optimizations brought in by TorchDynamo can conflict with the optimizations or custom implementation in VLLM itself ?

@hmellor
Copy link
Collaborator

hmellor commented Mar 13, 2024

torch.compile is on the roadmap #2681

@hmellor hmellor closed this as completed Mar 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

No branches or pull requests

2 participants