I am running SVI with a numpyro model but it is not utilizing all of my cpus when I call run. Am I doing something incorrectly. For reference, i have 10 cpus but the average utilization on my container is ~2
numpyro.set_host_device_count(os.cpu_count())
os.environ["CUDA_VISIBLE_DEVICES"] = ""