mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-19 12:57:58 +00:00
improve default
This commit is contained in:
parent
9df62a8f64
commit
64cf8e3f82
2 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue