improve default

This commit is contained in:
Jai Suphavadeeprasit 2026-01-13 00:40:11 -05:00
parent 9df62a8f64
commit 64cf8e3f82
2 changed files with 2 additions and 2 deletions

View file

@ -224,7 +224,7 @@ def _create_patched_runner(BaseRunner: type) -> type:
print(f"[vLLM Patch] Note: model.share_memory() not available: {e}")
# Export parameter info to JSON for trainer
log_dir = os.environ.get("LOGDIR", "/tmp/atropos_bridge")
log_dir = os.environ.get("LOGDIR", ".")
Path(log_dir).mkdir(parents=True, exist_ok=True)
json_path = Path(log_dir) / "vllm_bridge_config.json"