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

Experimental: PyTorch backend #457

Closed
wants to merge 4 commits into from
Closed

Experimental: PyTorch backend #457

wants to merge 4 commits into from

Conversation

twiecki
Copy link
Member

@twiecki twiecki commented Sep 25, 2023

I copied the JAX linker code and asked GPT to port the code to pytorch. Haven't tried it but maybe it's a good starting point for someone else.

@twiecki
Copy link
Member Author

twiecki commented Sep 25, 2023

OK, so I was able to run the test-suite (adapted from JAX) which of course breaks horribly, but it's something we can iterate on.

@ricardoV94
Copy link
Member

Oh boy 🥲 this will be a fun one

@ricardoV94 ricardoV94 added the enhancement New feature or request label Sep 25, 2023
@twiecki twiecki added the help wanted Extra attention is needed label Sep 26, 2023
@junpenglao
Copy link
Member

junpenglao commented Sep 27, 2023

image

@juanitorduz
Copy link
Contributor

what about using something like https://github.com/lucidrains/jax2torch ?

@ricardoV94
Copy link
Member

ricardoV94 commented Oct 4, 2023

what about using something like https://github.com/lucidrains/jax2torch ?

We would like to avoid JAX, intermediately, because it imposes restrictions that PyTorch doesn't.

@ricardoV94
Copy link
Member

Closing in favor of #764

@ricardoV94 ricardoV94 closed this May 23, 2024
@ricardoV94 ricardoV94 deleted the pytorch_backend branch June 13, 2024 12:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants