Git Product home page Git Product logo

Comments (6)

hmaarrfk avatar hmaarrfk commented on June 11, 2024

I can recreate. Thank you for the detailed information.

I think that:

  1. The current jax feedstock should add constraints to the jaxlib dependency and write a repopatch to patch existing builds. cc @conda-forge/jax @conda-forge/jaxlib
  2. We are aware that the tensorflow feedstock has become incompatible with the latest packages from conda-forge. A few PRs are trying to alleviate that, but it might require more work due to abseil library mismatches.

If you could:

  1. Try to manually specify the versions you want. You will have to downgrade the version of jax you want is my guess.
mamba install "tensorflow>=2.7.0" "jax=x.x.x" "jaxlib=y.y.y."

that would help alleviate things
2. Try to submit repo-data patches to require the appropriate versions of jaxlib for jax.
3. Submit a pull request to jax fixing the dependnecy for future packages.

from admin-requests.

ngam avatar ngam commented on June 11, 2024

I believe this should be resolved now, no? At least the current packages are compatible. A repodata patch may be worthy tho

from admin-requests.

joezuntz avatar joezuntz commented on June 11, 2024

If I add RUN conda update conda to the Dockerfile I described above then this is indeed fixed.

If I don't do this then the default base image, condaforge/miniforge3:latest is still inconsistent.

from admin-requests.

ngam avatar ngam commented on June 11, 2024

If I add RUN conda update conda to the Dockerfile I described above then this is indeed fixed.

If I don't do this then the default base image, condaforge/miniforge3:latest is still inconsistent.

Okay, I see.

Btw, is this for a GPU or CPU deployment? I highly recommend you follow hmaarrfk's recommendation above. Our jaxlib>=0.3.10 (thus jax>=0.3.10) and tensorflow>=2.8.1 are somewhat different from previous versions (enabling XLA for tf and adding cuda for jax). Also, both are slightly more advanced in terms of migrations (they're incompatible with things like gdal, etc. as the latter haven't been migrated to the latest icu).

from admin-requests.

joezuntz avatar joezuntz commented on June 11, 2024

I've only tested on CPU.

I was indeed able to work around things with @hmaarrfk's suggestions above, so thanks for that!

from admin-requests.

ngam avatar ngam commented on June 11, 2024

Who is in charge of condaforge/miniforge3:latest? We can just bump that up?

Re CPU vs GPU, I am asking because our current recommendation is that users specify *cuda* explicitly, e.g. tensorflow>=2.8.1=*cuda* and jaxlib>=0.3.10=*cuda*. In case you need that info in the future :)

from admin-requests.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.