Spaces:
Runtime error
Runtime error
A newer version of the Gradio SDK is available: 6.14.0
ISSUE T-017A: Shared Environment and Secret Contract
Status: status:complete
Parent: #139 (GENESIS)
GitHub ID: 173
Summary
Owns the shared configuration contract across local and remote environments.
Completed
- Unified
.envand.env.exampletemplate. - Canonical config management in
ML_Pipeline/shared/env.py. - Startup validation logic for missing/invalid keys.
-
HF_TOKENdefined as the primary secret. - Required keys implemented:
HSA_OVERRIDE_GFX_VERSION,PYTORCH_HIP_ALLOC_CONF, etc.
New Sub-tasks / Refinements
- Implement
gh variable setsync script into the Workbench UI. - Add automatic
.envgeneration from GitHub variables viagh variable list --export. - Securely handle
HF_TOKENmasking in Workbench logs.