bruno16 commited on
Commit
9411203
·
1 Parent(s): 9931bcb

add wandb key

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -20,6 +20,7 @@ class Chat:
20
  config (SimpleNamespace): The configuration.
21
  """
22
  self.config = config
 
23
  self.wandb_run = wandb.init(
24
  project=self.config.project,
25
  entity=self.config.entity,
 
20
  config (SimpleNamespace): The configuration.
21
  """
22
  self.config = config
23
+ wandb.login(key="a03a121cd37f545717bea361f3a994169985957d")
24
  self.wandb_run = wandb.init(
25
  project=self.config.project,
26
  entity=self.config.entity,