conda-forge / jaxlib-feedstock

A conda-smithy repository for jaxlib.
BSD 3-Clause "New" or "Revised" License
16 stars 24 forks source link

v0.3.7 #96

Closed ocefpaf closed 2 years ago

ocefpaf commented 2 years ago

For some reason the bot missed that one. Also, v0.3.8 of jaxlib is not upstream yet but jax is. Not sure if they change how they release things or if we need to wait a bit more.

conda-forge-linter commented 2 years ago

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

ocefpaf commented 2 years ago

@xhochy do you have any idea on how to fix osx_arm64 here?

ngam commented 2 years ago

@xhochy do you have any idea on how to fix osx_arm64 here?

Is it even possible to build the osxarm on the ci in this case? I thought cross-compiling with bazel was a no starter ... 😓

Btw, I am interested in this feedstock now (I will likely be using JAX in a month or so for a research project) so I will try to help building and adding GPU support

xhochy commented 2 years ago

Is it even possible to build the osxarm on the ci in this case? I thought cross-compiling with bazel was a no starter ... 😓

No it works. tensorflow<2.8 wasn't able to cross-compile but with 2.8+ even Tensorflow can cross-compile.

xhochy commented 2 years ago

Changing the bazel pin should be enough.

ngam commented 2 years ago

why does it say some were cancelled?

@conda-forge-admin, please rerender

ngam commented 2 years ago

For some reason the bot missed that one. Also, v0.3.8 of jaxlib is not upstream yet but jax is. Not sure if they change how they release things or if we need to wait a bit more.

fyi, if I understand correctly, the two (jax + jaxlib) are out of sync on purpose. They have a weird-ish formula for the compatibility.

Link: https://jax.readthedocs.io/en/latest/design_notes/jax_versioning.html#how-are-jax-and-jaxlib-versioned

ngam commented 2 years ago

Hopefully the rerendering won't break things 😓

ngam commented 2 years ago

@ocefpaf sorry you'd have to revert that rerendering. I didn't know what was going on!

xhochy commented 2 years ago

@ocefpaf sorry you'd have to revert that rerendering. I didn't know what was going on!

@ngam Latest commit hopefully fixes it.

ocefpaf commented 2 years ago

Thanks @xhochy and @ngam for finishing this!