Lift the VastAI two-stage cap and let mvp-chat-check drive an arbitrary N-stage deployment through a new --pipeline-stages flag. - orchestrator_app: remove the provider=vastai >2 stage cap and replace the two-stage plan test with an eight-stage plan test (8 specs, no mounts, remote GGUF, max-context). - xtask: refactor scenario parsing into MvpChatCheckInvocation carrying an optional pipeline_stages, parse a `--pipeline-stages n` flag (rejecting 0/missing values), and default multinode/docker to 2 while VastAI uses the explicit count. - xtask: thread the invocation through run_mvp_chat_check/run_mvp_chat_check_process and update the usage text and scenario tests (including `--vastai --pipeline-stages 8`). - gitignore: ignore .deployment-notes/. Signed-off-by: Zachery Aaron Shores-Chmielewski <zacheryasc@gmail.com>
10 lines
No EOL
150 B
Text
10 lines
No EOL
150 B
Text
**/target
|
|
__pycache__
|
|
fuzz/artifacts/**
|
|
corpus
|
|
.loop/
|
|
.model-cache/
|
|
.deployment-notes/
|
|
|
|
# environment variables for deployment configurations
|
|
.config/ |