mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-19 12:57:58 +00:00
pipelineRL
This commit is contained in:
parent
e891a7f808
commit
806888d9d3
2 changed files with 9 additions and 4 deletions
|
|
@ -133,10 +133,10 @@ class GSM8KEvalEnv(BaseEnv):
|
|||
self,
|
||||
config: GSM8KEvalConfig,
|
||||
server_configs: List[APIServerConfig],
|
||||
slurm_job_id: Optional[str] = None,
|
||||
slurm=False,
|
||||
testing: bool = False,
|
||||
):
|
||||
super().__init__(config, server_configs, slurm_job_id, testing)
|
||||
super().__init__(config, server_configs, slurm, testing)
|
||||
self.config: GSM8KEvalConfig = config
|
||||
self.eval_items: List[Dict] = []
|
||||
self._dataset_loaded = False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue