sid-du commited on
Commit
8598815
1 Parent(s): ad4d419

Update to point to an alternative validator until OTF is running.

Browse files
Files changed (1) hide show
  1. utils.py +1 -1
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": 0},
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)