Skip to content

Commit 913ee82

Browse files
Readme
1 parent 002c25a commit 913ee82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme/reference_guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ All parameters are described below.
3737
"NB_WORKERS": -1, // maximum number of Workers that can connect to the Server (-1 for infinite)
3838
"WANDB_PROJECT": "tmrl", // your wandb project name
3939
"WANDB_ENTITY": "tmrl", // your wandb entity name
40-
"WANDB_KEY": "df28d4daa98d2df2557d74caf78e40c68adaf288", // your wandb key
40+
"WANDB_KEY": "YourWandbApiKey", // your wandb key
4141
"PORT": 55555, // public port of your Server
4242
"LOCAL_PORT_SERVER": 55556, // localhost Server port (must not overlap)
4343
"LOCAL_PORT_TRAINER": 55557, // localhost Trainer port (must not overlap)

0 commit comments

Comments
 (0)