Closed HarikrishnanBalagopal closed 3 weeks ago
Fixed in https://github.com/foundation-model-stack/fms-hf-tuning/pull/329 by downgrading accelerate to 0.33.0
Fixed in https://github.com/foundation-model-stack/fms-hf-tuning/pull/329 by downgrading accelerate to 0.33.0
The fix was only made to the release branch. The main branch still has the issue https://github.com/foundation-model-stack/fms-hf-tuning/blob/5c09dbc9d38e9479a7f720e9d6b316243a128343/pyproject.toml#L30
Fixed by PR #355
Overview
https://github.com/foundation-model-stack/fms-hf-tuning/blob/5c09dbc9d38e9479a7f720e9d6b316243a128343/pyproject.toml#L30
Steps to reproduce
pip freeze
inside the container givesaccelerate==0.34.0
Actual behaviour
Expected behaviour
There should not be any crash during training.