sokrypton / sokrypton/ColabFold

JAX 0.3.25 - 'jax_experimental_name_stack' Attribute

Open
#332 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Jupyter Notebook
Stars
2.9k
Forks
747
PR merge metrics
No merged PRs in 30d

Description

Problem Behavior

Hi,

ColabFold doesn't work with new JAX release.

Steps to Reproduce (for bugs)

Install the last JAX release using
pip install --upgrade "jax[cuda]" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html

The version is
jax 0.3.25
jaxlib 0.3.25+cuda11.cudnn82

ColabFold Output (for bugs)

AttributeError: 'Config' object has no attribute 'jax_experimental_name_stack'

Temporary Solution

The error goes away with
jax 0.3.24
jaxlib 0.3.24+cuda11.cudnn82

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Reproduce the failure with JAX 0.3.25 and the ColabFold setup described in the issue, then compare it with JAX 0.3.24. Search the project for uses of jax_experimental_name_stack and determine the compatible fix or dependency constraint. Done means ColabFold runs with the newer JAX release and the regression is covered by an appropriate check.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
bioinformatics, machine-learning
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.