Pseudo name for pre validation

This commit is contained in:
Dominik Moritz Roth 2024-02-10 19:43:58 +01:00
parent 3d8af45c7c
commit 6c29d49a33

View File

@ -215,7 +215,7 @@ class Slate():
if self.consume(slurmC, 'pre_validate', True): if self.consume(slurmC, 'pre_validate', True):
Runner = self.runners[runnerName] Runner = self.runners[runnerName]
runner = Runner(self, config) runner = Runner(self, config)
runner.setup(wandbC['job_type']) runner.setup('PreDeployment-Validation')
self._init_sweep(config) self._init_sweep(config)
self.consume(config, 'wandb') self.consume(config, 'wandb')