Spaces:
Runtime error
Runtime error
justheuristic
commited on
Commit
•
834c1a9
1
Parent(s):
5f83bf1
switch to learning-at-home/dalle-hivemind-trainers
Browse files
dashboard_utils/bubbles.py
CHANGED
@@ -11,7 +11,7 @@ from requests_futures.sessions import FuturesSession
|
|
11 |
from dashboard_utils.time_tracker import _log, simple_time_tracker
|
12 |
|
13 |
URL_QUICKSEARCH = "https://huggingface.co/api/quicksearch?"
|
14 |
-
WANDB_REPO = "
|
15 |
CACHE_TTL = 100
|
16 |
MAX_DELTA_ACTIVE_RUN_SEC = 60 * 5
|
17 |
|
|
|
11 |
from dashboard_utils.time_tracker import _log, simple_time_tracker
|
12 |
|
13 |
URL_QUICKSEARCH = "https://huggingface.co/api/quicksearch?"
|
14 |
+
WANDB_REPO = "learning-at-home/dalle-hivemind-trainers"
|
15 |
CACHE_TTL = 100
|
16 |
MAX_DELTA_ACTIVE_RUN_SEC = 60 * 5
|
17 |
|