Skip to content

Commit 031b858

Browse files
committed
turn off by default
1 parent e5c824e commit 031b858

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

train.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
PROJECT_NAME = 'native-sparse-attention'
3131
RUN_NAME = 'baseline' if not USE_SPARSE_ATTN else 'sparse-attn'
32-
WANDB_ONLINE = True # turn this on to pipe experiment to cloud
32+
WANDB_ONLINE = False # turn this on to pipe experiment to cloud
3333

3434
# helpers
3535

0 commit comments

Comments
 (0)