Skip to content

Commit fe0310a

Browse files
committed
fix(test): drop vestigial .aimodel suffix from inference tempdir
1 parent b7be390 commit fe0310a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/export/export_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,6 @@ async def _run_inference_async(
457457
"""Async implementation of MLIR inference."""
458458
with tempfile.TemporaryDirectory(
459459
prefix="mlir_converter_inference",
460-
suffix=".aimodel",
461460
) as tmpdir:
462461
asset_path = Path(tmpdir) / "asset.aimodel"
463462
asset = converted_model.save_asset(asset_path)

0 commit comments

Comments
 (0)