You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As the title says, it is invalid to specify the GPU through CUDA_VISIBLE_DEVICES in jupyter, and only 'GPU:0' will still be used; but it is effective when using CUDA_VISIBLE_DEVICES=1 python *.py
The text was updated successfully, but these errors were encountered:
Did you set CUDA_VISIBLE_DEVICES before you import any vLLM/Pytorch/Ray related packages? Maybe it's because you set the environment variable too late so it will not be effective.
As the title says, it is invalid to specify the GPU through
CUDA_VISIBLE_DEVICES
in jupyter, and only 'GPU:0' will still be used; but it is effective when usingCUDA_VISIBLE_DEVICES=1 python *.py
The text was updated successfully, but these errors were encountered: