Skip to content

Commit

Permalink
test CI
Browse files Browse the repository at this point in the history
Summary:

Test Plan:

Reviewers:

Subscribers:

Tasks:

Tags:
  • Loading branch information
weifengpy committed Sep 26, 2024
1 parent 5900c3e commit 37e1479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/float8/test_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ def test_small_amax_float16(self, float8_dtype):
def test_dynamic_scale_parity(self, dtype: torch.dtype):
scaling_type_weight = ScalingType.DYNAMIC
torch.manual_seed(0)
hp_tensor = torch.randn(32, 32, device="cuda", dtype=dtype)
hp_tensor = torch.randn(16, 16, device="cuda", dtype=dtype)
float8_config = Float8LinearConfig(
cast_config_weight=CastConfig(scaling_type=scaling_type_weight),
)
Expand Down

0 comments on commit 37e1479

Please sign in to comment.