Enabling or disabling GPU features
You can configure the watsonx Assistant to enable or disable GPU features by applying the patch commands.
To enable the GPU features, use the following patch
command:
oc patch wa wa --type=merge -p="{\"configOverrides\": {\"enabled_components\": {\"store\": {\"ifm\": true}}, \"watsonx_enabled\": true }}"To
disable the GPU features, use the following patch
command:oc patch wa wa --type=merge -p="{\"configOverrides\": {\"enabled_components\": {\"store\": {\"ifm\": false}}, \"watsonx_enabled\": false }}"