def test_gpu_count_in_cpu_instance(): assert _env.num_gpus() == 0
def test_gpu_count_in_cpu_instance(check_output): assert _env.num_gpus() == 0