You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we force users to install both JAX and PyTorch to gain access to either. We should add a switch with optional dependencies to reduce the requirement overhead.
The text was updated successfully, but these errors were encountered:
Hey @lgrcia so this is something we've been wondering about internally, mainly from an implementation point of view (i.e. whether to wrap the JAX backend or just translate it outright). I suspect either approach should be relatively straightforward, but we don't have the time currently to do it. If you are interested in doing this we're of course more than happy for a PR! If you have any specific questions definitely post here and I'll try to follow up.
Currently we force users to install both JAX and PyTorch to gain access to either. We should add a switch with optional dependencies to reduce the requirement overhead.
The text was updated successfully, but these errors were encountered: