Shiv Kaul
Results
3
comments of
Shiv Kaul
I also see the same error and get passed it by casting that line to float. so `for x in obj.detach().cpu().numpy()` becomes `for x in obj.detach().to(torch.float).cpu().numpy()` I got the idea...
@sywangyi Can you please add CI tests
moved to https://github.com/huggingface/optimum-habana/pull/918