We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0ec4b3 commit 4527d3fCopy full SHA for 4527d3f
test/prototype/test_smoothquant.py
@@ -23,6 +23,7 @@
23
if torch.version.hip is not None:
24
pytest.skip("Skipping the test in ROCm", allow_module_level=True)
25
26
+
27
class ToyLinearModel(torch.nn.Module):
28
def __init__(self, m=512, n=256, k=128):
29
super().__init__()
0 commit comments