Add tests for export including control flow models and quantized models (#2430)

* Add tests for export, including control flow export and quantized model export.

* Skip quantization related test for CUDA backend.
This commit is contained in:
junpeiz
2025-07-31 11:06:26 -07:00
committed by GitHub
parent da5912e4f2
commit 8b25ce62d5
2 changed files with 41 additions and 0 deletions

View File

@@ -74,4 +74,5 @@ cuda_skip = {
"TestQuantized.test_small_matrix",
"TestQuantized.test_throw",
"TestQuantized.test_vjp_scales_biases",
"TestExportImport.test_export_quantized_model",
}