iwldzt3011
iwldzt3011
> line523-524 in main.py has defined the multi-gpu conditions. Directly run the file whever you have multiple GPUs, like > > CUDA_VISIBLE_DEVICES=10,,2,3,4,5,6,7 python main.py OK, I'll try it. Thank you...
> line523-524 in main.py has defined the multi-gpu conditions. Directly run the file whever you have multiple GPUs, like > > CUDA_VISIBLE_DEVICES=10,,2,3,4,5,6,7 python main.py When I use multiple 2080tis for...
> > line523-524 in main.py has defined the multi-gpu conditions. Directly run the file whever you have multiple GPUs, like > > CUDA_VISIBLE_DEVICES=10,,2,3,4,5,6,7 python main.py > > When I use...
> What version of the jaxlib 0.1.74 wheel did you install, and how did you install it? Try removing `jaxlib` and reinstalling it following the instructions here: https://github.com/google/jax#pip-installation-gpu-cuda ? I...