Skip to content

Fix torch num threads

Peter McKeown requested to merge fix_torch_num_threads into main

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

Merge request reports

Loading