You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"RuntimeError: 'fill_out' not implemented for 'Float8_e4m3fn'. The error is caused due to certain torch.float8_e4m3fn and torch.float8_e5m2 operations "
298
+
"not being supported when using deterministic algorithms (which is what the tests run with). To fix:\n"
299
+
"1. Wait for next PyTorch release: https://github.com/pytorch/pytorch/issues/137160.\n"
300
+
"2. Unskip this test."
301
+
)
302
+
deftest_layerwise_casting_inference(self):
303
+
pass
304
+
305
+
@unittest.skip(
306
+
"RuntimeError: 'fill_out' not implemented for 'Float8_e4m3fn'. The error is caused due to certain torch.float8_e4m3fn and torch.float8_e5m2 operations "
307
+
"not being supported when using deterministic algorithms (which is what the tests run with). To fix:\n"
308
+
"1. Wait for next PyTorch release: https://github.com/pytorch/pytorch/issues/137160.\n"
0 commit comments