Wandb automatically logeed into the wrong user -- why?

@morgan can you show me the output of your command:

cat ~/.netrc

of course you should remove the key value with something else like SECRET when pasting it here.

Mine looks as follows:

(iit_term_synthesis) brandomiranda~ ❯ cat /Users/brandomiranda/.netrc
machine api.wandb.ai
  login brando
  password SECRET

but relogin changes it to:

machine api.wandb.ai
  login user
  password SECRET
1 Like