Skip to content

Commit

Permalink
Updating compile file with required JAX version to fix the amazon p…
Browse files Browse the repository at this point in the history
…lugin
  • Loading branch information
PietropaoloFrisoni committed Jan 31, 2025
1 parent 8fa68f4 commit b7e36dc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/braket-latest-latest.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .github/workflows/braket-latest-rc.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 7 additions & 2 deletions compile.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,14 @@
"additional_setup": dedent("""
- name: Install TF
run: |
pip install tensorflow~=$TF_VERSION keras~=$TF_VERSION"""
pip install tensorflow~=$TF_VERSION keras~=$TF_VERSION
- name: Install JAX
run: |
pip install jax==$JAX_VERSION jaxlib==$JAX_VERSION"""

),
"additional_env_vars": "TF_VERSION: 2.12.0\n TORCH_VERSION: 2.0.0+cpu",
"additional_env_vars": "TF_VERSION: 2.12.0\n TORCH_VERSION: 2.0.0+cpu\n JAX_VERSION: 0.4.28",
"no_deprecation_error": True,
},
]
Expand Down

0 comments on commit b7e36dc

Please sign in to comment.