Fix fdconfig bugs (#3528)

* fix config

* fix parallel

* fix ips

* fix rl

* open code
This commit is contained in:
YuanRisheng
2025-08-22 16:17:15 +08:00
committed by GitHub
parent 7ae41e9daf
commit 5b66462f0e
5 changed files with 22 additions and 12 deletions

View File

@@ -102,6 +102,7 @@ class RolloutModelConfig:
self.graph_optimization_config = graph_optimization_config
self.local_rank = local_rank
self.early_stop_config = early_stop_config
self.ips = None
def __str__(self):
return "\n".join(f"{k}: {v}" for k, v in self.__dict__.items())