Spaces:
Sleeping
Sleeping
add wandb key
Browse files
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,
|