bafly
Results
3
comments of
bafly
and this happens: ```py ImportError: cannot import name 'split_torch_state_dict_into_shards' from 'huggingface_hub' ```
> and this happens: > > ImportError: cannot import name 'split_torch_state_dict_into_shards' from 'huggingface_hub' solved by downgrading accelerate: `pip install accelerate==0.31.0`
oh thats great news, thank you! mine is `0.22.0`