Revert "Exclude profiles of all demo authors"
Browse filesThis reverts commit afb0964a2bd217a4587864a75e325b9f8ba64311.
dashboard_utils/bubbles.py
CHANGED
@@ -10,8 +10,7 @@ from requests_futures.sessions import FuturesSession
|
|
10 |
|
11 |
from dashboard_utils.time_tracker import _log, simple_time_tracker
|
12 |
|
13 |
-
EXCLUDED_PROFILES = {'borzunov', 'justheuristic', '
|
14 |
-
'training-transformers-together-machine', 'Upload'}
|
15 |
URL_QUICKSEARCH = "https://huggingface.co/api/quicksearch?"
|
16 |
WANDB_REPO = st.secrets["WANDB_REPO_INDIVIDUAL_METRICS"]
|
17 |
CACHE_TTL = 100
|
|
|
10 |
|
11 |
from dashboard_utils.time_tracker import _log, simple_time_tracker
|
12 |
|
13 |
+
EXCLUDED_PROFILES = {'borzunov', 'justheuristic', 'training-transformers-together-machine'}
|
|
|
14 |
URL_QUICKSEARCH = "https://huggingface.co/api/quicksearch?"
|
15 |
WANDB_REPO = st.secrets["WANDB_REPO_INDIVIDUAL_METRICS"]
|
16 |
CACHE_TTL = 100
|