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

Adding a demo for transpiling torch models to jax and use it on a TPU #28445

Closed
vedpatwardhan opened this issue Feb 28, 2024 · 1 comment · May be fixed by #28569
Closed

Adding a demo for transpiling torch models to jax and use it on a TPU #28445

vedpatwardhan opened this issue Feb 28, 2024 · 1 comment · May be fixed by #28569
Assignees
Labels
Bounty Issues that are a part of the Bounty Program

Comments

@vedpatwardhan
Copy link
Contributor

vedpatwardhan commented Feb 28, 2024

We currently have a demo for transpiling torch models to jax followed by inference on a gpu, but there was a recent request for being able to use the transpiled jax model on a tpu as well.
This task involves creating a colab notebook that demonstrates transpilation of torch models to jax and then inference on a tpu. This demo will then be added to our docs for the wider community.
Feel free to reach out in case you face any issues, thanks!

@samthakur587
Copy link
Contributor

@ivy-leaves assign me

@vedpatwardhan vedpatwardhan changed the title Adding a demo for transpiling torch models to jax on a TPU Adding a demo for transpiling torch models to jax and use it on a TPU Mar 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bounty Issues that are a part of the Bounty Program
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants