-
-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Does vllm support pytorch/xla ? #3424
Comments
I don't think it is working with pytorch/XLA now.
I think to make this work;
|
There will be some exploration done from Google side I believe (cc @allenwang28) |
We are exploring TPU compatibility and support in #3620 through PyTorch/XLA. but after this work, it should be clearer how to adapt PyTorch/XLA in vLLM for different hardware backends CC @WoosukKwon @miladm @shauheen |
Google has made its efforts in supportin TPU. We will make efforts to utilize the canonical IR optimizattion ,auto tuning, auto fusion, layout optimization form xla and stableHLO in GPU devices. |
This issue has been automatically marked as stale because it has not had any activity within 90 days. It will be automatically closed if no further activity occurs within 30 days. Leave a comment if you feel this issue should remain open. Thank you! |
This issue has been automatically closed due to inactivity. Please feel free to reopen if you feel it is still relevant. Thank you! |
Anything you want to discuss about vllm.
Hi,
We have adapt our harware to pytorch/xla, what should we do to run vllm via pytorch/xla?
The text was updated successfully, but these errors were encountered: