Skip to content

Commit

Permalink
Update maxtext.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses authored Oct 18, 2024
1 parent ad4dec0 commit 65bd5c4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/maxtext.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# Steps for getting results here
# Run:
# 1) pip install https://github.com/wsmoses/maxtext
# 2) bazel build -c opt //:wheel
# 3) pip install ./bazel-bin/*whl
# 4) python test/maxtext.py
# 1) bazel build -c opt //:wheel
# 2) python3 -m pip install --user ./bazel-bin/*.whl git+https://github.com/wsmoses/maxtext aqtp tensorboardX google-cloud-storage datasets neuralgcm gcsfs --break-system-packages
# 3) python test/maxtext.py

from absl.testing import absltest
import jax.numpy as jnp
Expand All @@ -19,6 +18,7 @@
)
import numpy as np
import timeit
from test_utils import partialopt

argv = ("-I/usr/include/c++/11", "-I/usr/include/x86_64-linux-gnu/c++/11")

Expand Down

0 comments on commit 65bd5c4

Please sign in to comment.