self = <torch.utils.file_baton.FileBaton object at 0x7f7418fe1fa0>
def wait(self):
'''
Periodically sleeps for a certain amount until the baton is released.
The amount of time slept depends on the ``wait_seconds`` parameter
passed to the constructor.
'''
while os.path.exists(self.lock_file_path):
> time.sleep(self.wait_seconds)
E Failed: Timeout >60.0s
Solution:
rm -rf ~/.cache/torch_extensions/