From 3d900938385610d24c6d7b007cbc4164d64fc088 Mon Sep 17 00:00:00 2001 From: Junpei Date: Wed, 30 Jul 2025 15:59:45 -0700 Subject: [PATCH] Skip quantization related test for CUDA backend. --- python/tests/cuda_skip.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/tests/cuda_skip.py b/python/tests/cuda_skip.py index 5bb465e1e..e14aa675e 100644 --- a/python/tests/cuda_skip.py +++ b/python/tests/cuda_skip.py @@ -74,4 +74,5 @@ cuda_skip = { "TestQuantized.test_small_matrix", "TestQuantized.test_throw", "TestQuantized.test_vjp_scales_biases", + "TestExportImport.test_export_quantized_model", }