File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -53,4 +53,5 @@ MAXTEXT_IMAGE=${maxtext_image} docker compose down
53
53
# echo "Exit code from Maxtext..."
54
54
# echo $?
55
55
# sleep 20
56
- # docker compose ps
56
+ # docker compose ps
57
+ # MAXTEXT_IMAGE=${maxtext_image} docker compose logs -f maxtext
Original file line number Diff line number Diff line change @@ -62,7 +62,8 @@ services:
62
62
- JAX_BACKEND_TARGET=grpc://proxy:29008
63
63
entrypoint : ["bash", "-c"]
64
64
command :
65
- - " cd MaxText ; python3 -m pytest -m tpu_only tests -s"
65
+ - cd MaxText ; python3 -m pytest tests -m "not gpu_only and not integration_test" -s
66
+ # - "cd MaxText ; python3 -m pytest -m tpu_only tests -s"
66
67
# - "cd MaxText ; python3 -m pytest -s tests/train_tests.py -m tpu_only"
67
68
depends_on :
68
69
- proxy
You can’t perform that action at this time.
0 commit comments