Skip to content

Commit 297866a

Browse files
andsteingcopybara-github
authored andcommitted
Internal change
PiperOrigin-RevId: 541790001
1 parent 62a446f commit 297866a

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727

2828
install_requires = [
2929
'absl-py',
30+
'aqtp!=0.1.1', # https://github.com/google/aqt/issues/196
3031
'clu',
3132
'einops',
3233
'flax',

vit_jax/requirements-tpu.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
absl-py>=0.12.0
2+
aqtp!=0.1.1 # https://github.com/google/aqt/issues/196
23
chex>=0.0.7
34
clu>=0.0.3
45
einops>=0.3.0

vit_jax/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
absl-py>=0.12.0
2+
aqtp!=0.1.1 # https://github.com/google/aqt/issues/196
23
chex>=0.0.7
34
clu>=0.0.3
45
einops>=0.3.0

0 commit comments

Comments
 (0)