Skip to content

Remove jaxlib build #366

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

Closed
wants to merge 3 commits into from
Closed

Remove jaxlib build #366

wants to merge 3 commits into from

Conversation

charleshofer
Copy link
Collaborator

We haven't needed to build the jaxlib wheel since 0.4.35. All code for AMD GPUs should be a part of the plugin wheels, jax-rocm-plugin and jax-rocm-pjrt. Remove the jaxlib wheel from the build.

@charleshofer charleshofer requested a review from a team as a code owner April 15, 2025 18:56
@@ -92,7 +92,7 @@ RUN --mount=type=cache,mode=0755,target=/root/.cache/pip \
--mount=type=bind,source=wheelhouse,target=/wheelhouse \
cp /wheelhouse/* /rocm_jax_wheels/ && \
ls -lah /wheelhouse && \
pip3 install wheelhouse/*none*.whl wheelhouse/*jaxlib*.whl && \
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You'll need to install some jaxlib wheel if you don't install the one we are building.

Also you'll be installing the jax wheel with none I think still, which is built in build_jax_wheel

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.

2 participants