Skip to content

Commit

Permalink
chore: enable input compression in cifar benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanBredehoft committed Apr 23, 2024
1 parent 702ec38 commit f7b5122
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ def wrapper(*args, **kwargs):
enable_unsafe_features=True,
use_insecure_key_cache=True,
insecure_key_cache_location=KEYGEN_CACHE_DIR,
compress_input_ciphertexts=True,
)

print("Compiling the model.")
Expand Down

0 comments on commit f7b5122

Please sign in to comment.