Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions packages/nmp_platform/config/local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,14 @@ jobs:
ttl_seconds_before_active: 60
ttl_seconds_active: 3600
ttl_seconds_after_finished: 300
# Auditor jobs always run as Docker containers (auditor-tasks image). Using a
# dedicated profile "auditor" avoids the cpu→subprocess translation that the
# subprocess/default entry above enables for profile "default".
- provider: cpu
profile: auditor
backend: docker
config:
launcher_tool_path: ./services/core/jobs/jobs-launcher/jobs-launcher
# Customizer (automodel / unsloth) GPU jobs. The unsloth backend stamps the
# profile name "gpu" onto all 4 steps, so both cpu/gpu and gpu/gpu must
# exist. `profile` is a name, not a resource claim — `provider` governs
Expand Down
Loading