hotfix of onnx

This commit is contained in:
2023-11-10 15:40:30 -08:00
parent b853e9bb8c
commit 6ceea02e65
+3 -1
View File
@@ -200,7 +200,9 @@ if getenv('GPU') or getenv('METAL'):
if (getenv('LLVM') or getenv('CUDA')) and CI:
backend_test.exclude('test_max_float16_cpu')
backend_test.exclude('test_min_float16_cpu')
backend_test.exclude('test_dequantizelinear_e4m3fn_float16_cpu')
# error: casting to type 'half' is not allowed
backend_test.exclude('test_dequantizelinear_e4m3fn_float16_cpu')
# disable model tests for now since they are slow
if not getenv("MODELTESTS"):