Skip to content

Commit

Permalink
disable wandb fix run
Browse files Browse the repository at this point in the history
Signed-off-by: youliang <[email protected]>
  • Loading branch information
youliangtan committed Oct 30, 2023
1 parent 0210f66 commit 2be9428
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-debug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
setup_and_run:
runs_on: ubuntu-latest
runs-on: ubuntu-latest

steps:
- name: Checkout code
Expand All @@ -28,7 +28,7 @@ jobs:
pip install --upgrade "jax[cpu]==0.4.13"
- name: Train on debug dataset
run: python train.py --config config.py:ci_debug_dataset --name debug
run: WANDB_MODE=disabled python train.py --config config.py:ci_debug_dataset --name debug

- name: Run pre-commit
uses: pre-commit/[email protected]

0 comments on commit 2be9428

Please sign in to comment.