Spaces:
Sleeping
Sleeping
bkb2135
commited on
Commit
·
338a112
1
Parent(s):
511ed4b
Use Taostats
Browse files
utils.py
CHANGED
@@ -22,7 +22,7 @@ KEYS = ['_step','_timestamp','task','query','reference','challenge','topic','sub
|
|
22 |
ABBREV_CHARS = 8
|
23 |
ENTITY_CHOICES = ('identity', 'hotkey', 'coldkey')
|
24 |
LOCAL_WANDB_PATH = './data/wandb'
|
25 |
-
USERNAME = '
|
26 |
|
27 |
# Initialize wandb with anonymous login
|
28 |
wandb.login(anonymous='must')
|
|
|
22 |
ABBREV_CHARS = 8
|
23 |
ENTITY_CHOICES = ('identity', 'hotkey', 'coldkey')
|
24 |
LOCAL_WANDB_PATH = './data/wandb'
|
25 |
+
USERNAME = 'taostats'
|
26 |
|
27 |
# Initialize wandb with anonymous login
|
28 |
wandb.login(anonymous='must')
|