Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into vllm_token_ids
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPiche committed Dec 27, 2024
2 parents 7b1290b + af8df8e commit 7b021f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/rl_gsm8k/orchestrate_rl.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,7 @@ def main(cfg: DictConfig):
finetune_path = exp_path / "finetune"

while state["iteration"] < cfg.max_iterations:
logger.info(f"Starting iteration {state['iteration']}")
start_iteration = time.time()
if os.path.exists(finetune_path / "current"):
assistant_model_path = str(finetune_path / "current")
Expand Down

0 comments on commit 7b021f5

Please sign in to comment.