Skip to content

Commit

Permalink
Nightly build of MJX container + small perf test
Browse files Browse the repository at this point in the history
  • Loading branch information
DwarKapex committed Jan 26, 2024
1 parent cbd6dd2 commit dc9c1b2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/nightly-mjx-test-unit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,7 @@ jobs:
shell: bash -x -e {0}
continue-on-error: true
run: |
docker run --gpus=all --shm-size=1g ${{ needs.metadata.outputs.MJX_IMAGE }} \
bash -ec "mjx-testspeed --mjcf=humanoid/humanoid.xml --batch_size=8192 --unroll=4" | tee -a test-mjx.log
docker run --gpus=all --shm-size=1g ${{ needs.metadata.outputs.MJX_IMAGE }} bash -ec "mjx-testspeed --mjcf=humanoid/humanoid.xml --batch_size=8192 --unroll=4" | tee -a test-mjx.log
- name: Upload artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit dc9c1b2

Please sign in to comment.