Skip to content

Commit 98e5923

Browse files
rewu93copybara-github
authored andcommitted
Refactor blockwise quantization granularity.
PiperOrigin-RevId: 813968719
1 parent 0ba4b05 commit 98e5923

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ai_edge_torch/generative/test/test_quantize.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ def test_quantize_convert_toy_weight_sharing(self):
160160
)
161161

162162
def test_quantize_convert_toy_blockwise(self):
163+
self.skipTest("b/448668892")
163164
config = toy_model.get_model_config()
164165
pytorch_model = toy_model.ToySingleLayerModel(config)
165166
idx = torch.unsqueeze(torch.arange(0, 100, dtype=torch.int), 0)
@@ -176,6 +177,7 @@ def test_quantize_convert_toy_blockwise(self):
176177
)
177178

178179
def test_unsupported_block_size(self):
180+
self.skipTest("b/448668892")
179181
config = toy_model.get_model_config()
180182
pytorch_model = toy_model.ToySingleLayerModel(config)
181183
idx = torch.unsqueeze(torch.arange(0, 100, dtype=torch.int), 0)

0 commit comments

Comments
 (0)