Skip to content

Commit 8b9e37c

Browse files
committed
init
1 parent 6d0aacd commit 8b9e37c

File tree

1 file changed

+1
-1
lines changed
  • tests/post_training/pipelines

1 file changed

+1
-1
lines changed

tests/post_training/pipelines/base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ def save_compressed_model(self) -> None:
506506
mod = torch.compile(
507507
exported_model.module(),
508508
backend="openvino",
509-
options={"model_caching": True, "cache_dir": str(self.output_model_dir)},
509+
options={"model_caching": True, "cache_dir": str(self.output_model_dir), "aot_autograd": True},
510510
)
511511
mod(self.dummy_tensor)
512512

0 commit comments

Comments
 (0)