FastChat icon indicating copy to clipboard operation
FastChat copied to clipboard

Model running on only 2 GPU's even when 4 GPU's are specified

Open SupreethRao99 opened this issue 2 years ago • 0 comments
trafficstars

Hello,

I want to run fschat on all 4 of my GPU's but even when I specify to use all 4 GPU's the model is still being run on 2 of them. Code I used.

python3 -m fastchat.serve.model_worker --host 0.0.0.0 --port 8999 --worker-address http://0.0.0.0:8999 --controller-address http://0.0.0.0:8998 --model-path ./vicuna-13b --num-gpus 4

Nvidia-smi logs Screenshot 2023-05-02 at 11 08 09 AM

SupreethRao99 avatar May 02 '23 05:05 SupreethRao99