Hi, I'm trying to make run_nerf.py use a specific gpu on my machine by setting os.environ['CUDA_VISIBLE_DEVICES'] = 'gpu id' before importing torch, but it always tries uses gpu 0. How can I solve this problem? Thanks.