File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
backends/apple/coreml/test Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -167,6 +167,10 @@ def test_dequantize_affine_c8w_embedding_b4w_linear(self):
167
167
et_prog = delegated_program .to_executorch ()
168
168
self ._compare_outputs (et_prog , model , example_inputs )
169
169
170
+ @unittest .skipIf (
171
+ not hasattr (torch .version , "git_version" ),
172
+ "Enable in fbcode once D79658061 lands" ,
173
+ )
170
174
def test_dequantize_codebook_linear (self ):
171
175
model , example_inputs = self ._get_test_model ()
172
176
quantize_ (
@@ -194,6 +198,10 @@ def test_dequantize_codebook_linear(self):
194
198
et_prog = delegated_program .to_executorch ()
195
199
self ._compare_outputs (et_prog , model , example_inputs )
196
200
201
+ @unittest .skipIf (
202
+ not hasattr (torch .version , "git_version" ),
203
+ "Enable in fbcode once D79658061 lands" ,
204
+ )
197
205
def test_dequantize_codebook_embedding (self ):
198
206
model , example_inputs = self ._get_test_model ()
199
207
quantize_ (
You can’t perform that action at this time.
0 commit comments