mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-29 17:35:07 +00:00
linting
This commit is contained in:
parent
8fabb701f8
commit
9c2998a860
2 changed files with 4 additions and 4 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue