Alliot Nagle
Alliot Nagle
@pacman100 @muellerzr I'm having this issue as well, even after trying the `wait_for_everyone()` fix. As mentioned before, this likely has nothing to do with the `distributed_type` and instead seems to...
Thanks for the reply @pacman100 . Here is a script for @muellerzr that reproduces the error with my above Accelerate config: ```python import os import random import numpy as np...
Hello again, I was reviewing the code and realized that I might not have understood your explanation as well as I thought. Just to make sure I understand: by using...
Thank you for your response. I'm looking forward to the followup work!