Skip to content

Commit

Permalink
Skip failing inference test which requires change to PT core (#640)
Browse files Browse the repository at this point in the history
  • Loading branch information
drisspg authored Aug 8, 2024
1 parent 0a3b328 commit 5f35645
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/float8/test_inference_flows.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ def setup_mock(self):
not torch.cuda.is_available() or not is_H100,
"CUDA not available or on non H100 machine",
)
@unittest.skip("Pytorch needs a fix to ensure codegen maintains stride order")
def test_fp8_export(self):
export_model = FeedForward().to("cuda")
quant_config = QuantConfig(ActivationCasting.DYNAMIC)
Expand Down

0 comments on commit 5f35645

Please sign in to comment.