Skip to content

Commit

Permalink
bump JAX version (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
joglekara authored Jul 22, 2024
1 parent 2f6e93d commit ac2f797
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: adept
channels:
- conda-forge
dependencies:
- python=3.10
- python=3.12
- ipython
- ipykernel
- pip
Expand Down
6 changes: 3 additions & 3 deletions env_gpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ name: adept-gpu
channels:
- conda-forge
dependencies:
- python=3.10
- python=3.12
- ipython
- ipykernel
- pip
- pip:
# works for regular pip packages
- --find-links https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
- jaxlib==0.4.20+cuda12.cudnn89
- jax==0.4.20
- jaxlib==0.4.28+cuda12.cudnn89
- jax==0.4.28
- jaxopt
- numpy
- scipy
Expand Down
5 changes: 3 additions & 2 deletions tests/test_lpse2d/test_tpd_threshold.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@

import numpy as np
from utils.misc import setup_parsl
from parsl.app.app import python_app

# from parsl.app.app import python_app

@python_app

# @python_app
def run_once(L, Te, I0):
import yaml
from adept import ergoExo
Expand Down

0 comments on commit ac2f797

Please sign in to comment.