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
I pretrain Llama3-8B,but met the problem:
(1)the configuration : vp2, pp 8, 8gpus, meeting the erros:
deallocate_output_tensor(output_tensor, config.deallocate_pipeline_outputs),
UnboundLocalError:local variable ‘output tensor’ referenced before assignmnet
(2)but when I change the pp from 8 to 4, it can work well.
why? have someone met the same problem?
The text was updated successfully, but these errors were encountered:
I pretrain Llama3-8B,but met the problem:
(1)the configuration : vp2, pp 8, 8gpus, meeting the erros:
deallocate_output_tensor(output_tensor, config.deallocate_pipeline_outputs),
UnboundLocalError:local variable ‘output tensor’ referenced before assignmnet
(2)but when I change the pp from 8 to 4, it can work well.
why? have someone met the same problem?
The text was updated successfully, but these errors were encountered: