From 359501c371847d18a97516960b1a40b2542890ea Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Thu, 24 Oct 2024 12:53:54 -0700 Subject: [PATCH] submodule update --single-branch --- .github/workflows/generate-data.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }}