Start with this grml.yaml file:
version: 1
project: test
options:
runtime:
- base
- openvino
- cuda
- qt
Start grml and then change the grml.yaml to this:
version: 1
project: test
options:
runtime:
- new-runtime
- base
- openvino
- cuda
- qt
Do a reload inside grml --> The runtime is still at base
Start with this grml.yaml file:
Start grml and then change the grml.yaml to this:
Do a
reloadinside grml --> The runtime is still at base