diff --git a/catalog_reader/questions.py b/catalog_reader/questions.py index 37e5c48..f902a92 100644 --- a/catalog_reader/questions.py +++ b/catalog_reader/questions.py @@ -60,6 +60,15 @@ def normalize_question(question: dict, version_data: dict, context: dict) -> Non 'hidden': not show_all_gpus_flag, } }, + { + 'variable': 'kfd_device_exist', + 'label': 'KFD Device Exists', + 'schema': { + 'type': 'boolean', + 'default': False, + 'hidden': True, + } + }, { 'variable': 'nvidia_gpu_selection', 'label': 'Select NVIDIA GPU(s)',