There was an error while loading. Please reload this page.
1 parent b7be390 commit fe0310aCopy full SHA for fe0310a
1 file changed
tests/export/export_utils.py
@@ -457,7 +457,6 @@ async def _run_inference_async(
457
"""Async implementation of MLIR inference."""
458
with tempfile.TemporaryDirectory(
459
prefix="mlir_converter_inference",
460
- suffix=".aimodel",
461
) as tmpdir:
462
asset_path = Path(tmpdir) / "asset.aimodel"
463
asset = converted_model.save_asset(asset_path)
0 commit comments