Skip to content

Commit b805b77

Browse files
committed
update
1 parent 6dccb59 commit b805b77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_quantization/lifecycle/test_enabled.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626

2727

2828
def test_quantization_enabled_disabled():
29-
inp = torch.randn(16, dtype=torch.float16)
30-
model = Linear(16, 16, dtype=torch.float16)
29+
inp = torch.randn(16)
30+
model = Linear(16, 16)
3131
quantized_model = deepcopy(model)
3232
apply_quantization_config(
3333
model=quantized_model,

0 commit comments

Comments
 (0)