Skip to content

Commit 5b6aed6

Browse files
committed
Update submodules, prepare for leasing v0.2.4
1 parent 97aaeae commit 5b6aed6

File tree

6 files changed

+9
-3
lines changed

6 files changed

+9
-3
lines changed

benchmarks/prefill_offline.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
import os
1717
import time
1818

19+
# import torch_xla2 first!
20+
import torch_xla2 # pylint: disable
1921
import humanize
2022
import jax
2123
import numpy as np

benchmarks/run_offline.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
import os
1717
import time
1818

19+
# import torch_xla2 first!
20+
import torch_xla2 # pylint: disable
1921
import jax
2022
import jax.numpy as jnp
2123
# pylint: disable-next=all

deps/JetStream

deps/xla

Submodule xla updated 231 files

install_everything.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ pip show tensorflow-text && pip uninstall -y tensorflow-text
2525
pip show torch_xla2 && pip uninstall -y torch_xla2
2626

2727
pip install flax==0.8.3
28-
pip install jax[tpu]==0.4.28 -f https://storage.googleapis.com/jax-releases/libtpu_releases.html
28+
pip install jax[tpu]==0.4.29 -f https://storage.googleapis.com/jax-releases/libtpu_releases.html
2929
pip install tensorflow-text
3030
pip install tensorflow
3131

run_interactive.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
import time
1818
from typing import List
1919

20+
# import torch_xla2 first!
21+
import torch_xla2 # pylint: disable
2022
import jax
2123
import numpy as np
2224
from absl import app, flags

0 commit comments

Comments
 (0)