Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update to point to an alternative validator until OTF is running.
#2
by
sid-du
- opened
utils.py
CHANGED
@@ -411,7 +411,7 @@ def load_state_vars() -> dict[Any]:
|
|
411 |
vali_runs = get_wandb_runs(
|
412 |
project=VALIDATOR_WANDB_PROJECT,
|
413 |
# TODO: Update to point to the OTF vali on finetuning
|
414 |
-
filters={"config.type": "validator", "config.uid":
|
415 |
)
|
416 |
|
417 |
scores = get_scores([x.uid for x in model_data], vali_runs)
|
|
|
411 |
vali_runs = get_wandb_runs(
|
412 |
project=VALIDATOR_WANDB_PROJECT,
|
413 |
# TODO: Update to point to the OTF vali on finetuning
|
414 |
+
filters={"config.type": "validator", "config.uid": 28},
|
415 |
)
|
416 |
|
417 |
scores = get_scores([x.uid for x in model_data], vali_runs)
|