feat(config): add CF_APP_NAME for cf-orch analytics attribution
This commit is contained in:
parent
be050f5492
commit
c6f45be1ba
1 changed files with 2 additions and 0 deletions
|
|
@ -51,6 +51,8 @@ ENABLE_OCR=false
|
|||
DEBUG=false
|
||||
CLOUD_MODE=false
|
||||
DEMO_MODE=false
|
||||
# Product identifier reported in cf-orch coordinator analytics for per-app breakdown
|
||||
CF_APP_NAME=kiwi
|
||||
# USE_ORCH_SCHEDULER: use coordinator-aware multi-GPU scheduler instead of local FIFO.
|
||||
# Unset = auto-detect: true if CLOUD_MODE or circuitforge_orch is installed (paid+ local).
|
||||
# Set false to force LocalScheduler even when cf-orch is present.
|
||||
|
|
|
|||
Loading…
Reference in a new issue