We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5c824e commit 031b858Copy full SHA for 031b858
train.py
@@ -29,7 +29,7 @@
29
30
PROJECT_NAME = 'native-sparse-attention'
31
RUN_NAME = 'baseline' if not USE_SPARSE_ATTN else 'sparse-attn'
32
-WANDB_ONLINE = True # turn this on to pipe experiment to cloud
+WANDB_ONLINE = False # turn this on to pipe experiment to cloud
33
34
# helpers
35
0 commit comments