Skip to content

Commit b7e36dc

Browse files
Updating compile file with required JAX version to fix the amazon plugin
1 parent 8fa68f4 commit b7e36dc

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.github/workflows/braket-latest-latest.yml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/braket-latest-rc.yml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

compile.py

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,14 @@
7373
"additional_setup": dedent("""
7474
- name: Install TF
7575
run: |
76-
pip install tensorflow~=$TF_VERSION keras~=$TF_VERSION"""
76+
pip install tensorflow~=$TF_VERSION keras~=$TF_VERSION
77+
78+
- name: Install JAX
79+
run: |
80+
pip install jax==$JAX_VERSION jaxlib==$JAX_VERSION"""
81+
7782
),
78-
"additional_env_vars": "TF_VERSION: 2.12.0\n TORCH_VERSION: 2.0.0+cpu",
83+
"additional_env_vars": "TF_VERSION: 2.12.0\n TORCH_VERSION: 2.0.0+cpu\n JAX_VERSION: 0.4.28",
7984
"no_deprecation_error": True,
8085
},
8186
]

0 commit comments

Comments
 (0)