diff --git a/.github/workflows/generate-data.yaml b/.github/workflows/generate-data.yaml index 6fc57716..4df4ff11 100644 --- a/.github/workflows/generate-data.yaml +++ b/.github/workflows/generate-data.yaml @@ -217,8 +217,8 @@ jobs: else echo "extra-extra-args=${{ matrix.cfg.default-extra-args }} ${{ matrix.default-shared-extra-args }}" >> $GITHUB_OUTPUT fi - - run: git submodule update --init --recursive notebooks_jason/.cache/max_of_${{ matrix.cfg.nctx }}${{ matrix.cfg.dvocab-extra-path }}.py - - run: git submodule update --init --recursive notebooks_jason/max_of_${{ matrix.cfg.nctx }}_all_models + - run: git submodule update --init --recursive --single-branch notebooks_jason/.cache/max_of_${{ matrix.cfg.nctx }}${{ matrix.cfg.dvocab-extra-path }}.py + - run: git submodule update --init --recursive --single-branch notebooks_jason/max_of_${{ matrix.cfg.nctx }}_all_models if: ${{ !contains(steps.set-args.outputs.extra-extra-args, '--no-plots') }} - name: Generate data run: timeout 5h poetry run python notebooks_jason/max_of_K_all_models.py --K ${{ matrix.cfg.nctx }} --d_vocab ${{ matrix.cfg.dvocab }} ${{ matrix.cfg.extra-args }} --seeds ${{ matrix.seeds }} -j1 --ignore-csv ${{ steps.set-args.outputs.extra-extra-args }}