forked from octo-models/octo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: youliang <[email protected]>
- Loading branch information
1 parent
0210f66
commit 2be9428
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ on: | |
|
||
jobs: | ||
setup_and_run: | ||
runs_on: ubuntu-latest | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- name: Checkout code | ||
|
@@ -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] |