Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 0 additions & 54 deletions .github/container/Dockerfile.mjx

This file was deleted.

15 changes: 0 additions & 15 deletions .github/container/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,21 +86,6 @@ haliax:
tracking_ref: main
latest_verified_commit: 2a696a0c971901ff93afdaa965959d8e3b982ba9
mode: git-clone
mujoco:
url: https://github.com/google-deepmind/mujoco.git
tracking_ref: main
latest_verified_commit: e95159b4f6d48d114b16a8dc13ad26b3e44bc3e2
mode: git-clone
mujoco-mpc:
url: https://github.com/google-deepmind/mujoco_mpc.git
tracking_ref: main
latest_verified_commit: 4700f4a13be18398f5aaf6a33ed42e531967e3ae
mode: git-clone
language-to-reward-2023:
url: https://github.com/google-deepmind/language_to_reward_2023.git
tracking_ref: main
latest_verified_commit: abb8e5125e4ecd0da378490b73448c05a694def5
mode: git-clone
mlperf-logging:
url: https://github.com/mlcommons/logging.git
tracking_ref: master
Expand Down
10 changes: 1 addition & 9 deletions .github/workflows/_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -543,14 +543,6 @@ jobs:
pytest-report-L0-unittest.jsonl
pytest-report-L0-distributed-unittest.jsonl
pytest-report-L1-distributed-unittest.jsonl
test-upstream-t5x:
needs: build-upstream-t5x
if: inputs.ARCHITECTURE == 'amd64' # arm64 runners n/a
uses: ./.github/workflows/_test_upstream_t5x.yaml
with:
T5X_IMAGE: ${{ needs.build-upstream-t5x.outputs.DOCKER_TAG_FINAL }}
secrets: inherit

test-rosetta-t5x:
needs: build-rosetta-t5x
if: inputs.ARCHITECTURE == 'amd64' # no images for arm64
Expand All @@ -569,7 +561,7 @@ jobs:
docker run -i --gpus all --shm-size=1g \
${{ needs.build-levanter.outputs.DOCKER_TAG_FINAL }} \
bash <<"EOF" |& tee test-levanter.log
pip install flake8 pytest soundfile librosa
pip install flake8 pytest pytest-asyncio soundfile tensorboardx librosa
PYTHONPATH=/opt/levanter/tests:$PYTHONPATH pytest /opt/levanter/tests -m "not entry and not slow and not ray"
EOF
STATISTICS_SCRIPT: |
Expand Down
18 changes: 0 additions & 18 deletions .github/workflows/_test_maxtext.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -373,24 +373,6 @@ jobs:
ARTIFACT_NAME: ${{ inputs.ARTIFACT_NAME }}
FW_NAME: ${{ inputs.FW_NAME }}

summary:
name: test-maxtext-summary
runs-on: ubuntu-22.04
needs: [single-process-multi-device, maxtext-multinode]
if: "!cancelled()"
steps:
- name: Generate TensorBoard query URL
run: |
(
cat << EOF

## MaxText training

[view metrics](https://${{ vars.HOSTNAME_TENSORBOARD }}/#scalars&regexInput=${{ inputs.FW_NAME }}-${GITHUB_RUN_ID}&_smoothingWeight=0&tagFilter=seqs_per)

EOF
) | tee $GITHUB_STEP_SUMMARY

outcome:
name: test-maxtext-outcome
needs: sitrep
Expand Down
Loading
Loading