Fix torch num threads
Currently, setting model.IntraOpNumThreads = 1
in ddsim_steer.py
does not actually set the number of threads to one, if using torch inference. This merge request corrects this behaviour
Currently, setting model.IntraOpNumThreads = 1
in ddsim_steer.py
does not actually set the number of threads to one, if using torch inference. This merge request corrects this behaviour