refactor: move runtime parsers into scripts/docker
- serve_runtime.py and train_runtime.py are host-side Docker helpers, so they join train-entrypoint.sh and lib/ under scripts/docker/ - scripts/tools/ now contains only in-container CLIs - update wrapper call sites, test import, and docker guide references
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
import pytest
|
||||
|
||||
from scripts.tools.serve_runtime import load_runtime
|
||||
from scripts.docker.serve_runtime import load_runtime
|
||||
|
||||
|
||||
def _write(tmp_path, body: str) -> str:
|
||||
|
||||
Reference in New Issue
Block a user