Disable WandB by default
This commit is contained in:
parent
0b77302c43
commit
e7545b37a6
|
@ -35,7 +35,7 @@ eval:
|
|||
use_async_envs: false
|
||||
|
||||
wandb:
|
||||
enable: true
|
||||
enable: false
|
||||
# Set to true to disable saving an artifact despite save_model == True
|
||||
disable_artifact: false
|
||||
project: lerobot
|
||||
|
|
Loading…
Reference in New Issue