We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The pjit guide #2730 is out, and just to summarize a few items to visit in the future:
pip3 install
jax.sharding
device_put
jit
pjit
The text was updated successfully, but these errors were encountered:
get_partition_spec
jax.jit
IvyZX
Successfully merging a pull request may close this issue.
The pjit guide #2730 is out, and just to summarize a few items to visit in the future:
pip3 install
line when v0.6.4 is out.jax.sharding
,device_put
andjit
after the APIs are more finalized.pjit
orjit
without input/output sharding specifications.The text was updated successfully, but these errors were encountered: