From dc9c1b2e8664c5ba04ea570b3ec7cb339a2d1765 Mon Sep 17 00:00:00 2001 From: Vladislav Date: Thu, 25 Jan 2024 22:14:28 -0700 Subject: [PATCH] Nightly build of MJX container + small perf test --- .github/workflows/nightly-mjx-test-unit.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/nightly-mjx-test-unit.yaml b/.github/workflows/nightly-mjx-test-unit.yaml index 6af219a5d..74bd311cd 100644 --- a/.github/workflows/nightly-mjx-test-unit.yaml +++ b/.github/workflows/nightly-mjx-test-unit.yaml @@ -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