Skip to content

Commit

Permalink
submodule update --single-branch
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGross committed Oct 24, 2024
1 parent 0b85ca3 commit 359501c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate-data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 359501c

Please sign in to comment.