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
Hi,I use the command CUDA_VISIBLE_DEVICES=1,3 deepspeed --num_gpus 2 infer.py, but the program is still running on gpu 0 and gpu 1. The same problem also happens when I try to use persistent serving. So how can I arbitrarily select specific gpu index?
The text was updated successfully, but these errors were encountered:
Hi @frankxyy, this is a feature we have not brought into the latest MII release, but it is available in MII-Legacy via the deploy_rank option in mii_config. I will work to bring this functionality into the latest release. Look for updates soon, thanks!
Hi,I use the command
CUDA_VISIBLE_DEVICES=1,3 deepspeed --num_gpus 2 infer.py
, but the program is still running on gpu 0 and gpu 1. The same problem also happens when I try to use persistent serving. So how can I arbitrarily select specific gpu index?The text was updated successfully, but these errors were encountered: