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
Why is it that after configuring DeepSpeed, only one GPU is still being used? Here is my YAML file. deepspeed: use: True ds_config: 'federatedscope/llm/baseline/deepspeed/ds_config.json'
I look forward to your response.
Hi, I have a question about how to finetune Llama2 by using multi-GPU.
env: 4*A100 40G
yaml: llm/vaseline/exp_yaml/dolly_lda/dolly_federate.yaml
this yaml likes as follow
only one A100 is not enough, how can I use other three GPUS to finetune my model.
I try to modify
train.data_para_dids=[0, 1, 2, 3]
, but it is not work, i think the reason iscfg.device
only specify one GPU.Wish your reply!
The text was updated successfully, but these errors were encountered: