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

Replace private jax modules with public API #45

Merged
merged 1 commit into from
Dec 17, 2024

Conversation

joverlee521
Copy link
Contributor

Note: This PR is based on top of #44

Replacing type and function imported from a private jax modules with the
public API to avoid potential future breakages due to changes in the
private modules similar to #43.

  • jax._src.interpreters.batching.Array => jax.Array
  • jax._src.nn.functions.softmax => jax.nn.softmax

Replacing type and function imported from a private jax modules with the
public API to avoid potential future breakages due to changes in the
private modules similar to #43.

- `jax._src.interpreters.batching.Array` => `jax.Array`
- `jax._src.nn.functions.softmax` => `jax.nn.softmax`
@marlinfiggins marlinfiggins merged commit 6b0098f into fix-jax-array-type Dec 17, 2024
1 check passed
@joverlee521 joverlee521 deleted the remove-private-jax-modules branch December 17, 2024 21:31
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

Successfully merging this pull request may close these issues.

3 participants