Add conda environment selector
This commit is contained in:
@@ -71,6 +71,10 @@ The task builder also reads `GET /api/system/gpus` and lets an operator choose
|
||||
CPU or one or more GPUs before launch. Selected GPUs are passed to the backend
|
||||
as `gpus`, exported as `CUDA_VISIBLE_DEVICES`, and reflected into YOLO/visual
|
||||
`device` parameters and MMSeg config-generation `gpu_count/gpu_ids`.
|
||||
The same job launcher reads `GET /api/system/envs` and provides an Auto/manual
|
||||
conda environment selector. Auto keeps the backend defaults (`seg_smp` for
|
||||
general SegModel/YOLO/dataset tasks and `seg_mmcv` for MMSeg); manual mode
|
||||
sends `conda_env` with the job request for custom algorithm environments.
|
||||
|
||||
The coverage panel calls `GET /api/coverage` and verifies that the user-facing
|
||||
scripts from the existing `Seg/` workspace are mapped to web jobs. MMSeg
|
||||
|
||||
Reference in New Issue
Block a user