This commit is contained in:
Jai Suphavadeeprasit 2026-02-03 12:27:18 -05:00
parent 8fabb701f8
commit 9c2998a860
2 changed files with 4 additions and 4 deletions

View file

@ -88,7 +88,7 @@ def main():
# Clean up old bridge config
if os.path.exists(bridge_config_path):
os.remove(bridge_config_path)
print(f"[Run] Removed old bridge config")
print("[Run] Removed old bridge config")
# === Print Configuration ===
print("\n" + "="*60)
@ -172,7 +172,7 @@ def main():
sys.exit(1)
# === Start Trainer ===
print(f"\n[Run] Starting GRPO trainer...")
print("\n[Run] Starting GRPO trainer...")
# Build config - override some fields for shared_vllm mode
config = TrainingConfig(