Skip to content

Commit

Permalink
add kfd hidden flag
Browse files Browse the repository at this point in the history
  • Loading branch information
stavros-k committed Dec 4, 2024
1 parent 4c85322 commit 050dd1e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions catalog_reader/questions.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)',
Expand Down

0 comments on commit 050dd1e

Please sign in to comment.