Skip to content

Commit 4527d3f

Browse files
committed
lint
1 parent f0ec4b3 commit 4527d3f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/prototype/test_smoothquant.py

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
if torch.version.hip is not None:
2424
pytest.skip("Skipping the test in ROCm", allow_module_level=True)
2525

26+
2627
class ToyLinearModel(torch.nn.Module):
2728
def __init__(self, m=512, n=256, k=128):
2829
super().__init__()

0 commit comments

Comments
 (0)