feat: route profiled ops runs through Glas
Assistant: codex Assistant-Model: gpt-5.6-sol Assistant-Session: 01a02b6f-7db1-7222-918b-e813a6bda38d
This commit is contained in:
parent
68ab94581a
commit
0f01c3e421
17 changed files with 895 additions and 11 deletions
2
Makefile
2
Makefile
|
|
@ -28,6 +28,6 @@ image-export: image ## Save image tar for k3s import
|
|||
|
||||
deploy-rsync: ## Rsync tree to railiance01:~/rein-aharness
|
||||
rsync -az --delete \
|
||||
--exclude '.git' --exclude '__pycache__' --exclude '.pytest_cache' \
|
||||
--exclude '.git' --exclude '.venv' --exclude '__pycache__' --exclude '.pytest_cache' \
|
||||
--exclude 'llm_connect_vendor' --exclude '*.egg-info' \
|
||||
./ railiance01:rein-aharness/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue