Skip to content

Commit 93adab7

Browse files
committed
preprocess update for latest ov release
1 parent e0ad620 commit 93adab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/openvino/preprocess.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ def preprocess(
4747
)
4848
model_bytes = compiled.export_model()
4949

50-
return PreprocessResult(processed_bytes=model_bytes)
50+
return PreprocessResult(processed_bytes=model_bytes.getvalue())

0 commit comments

Comments
 (0)