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 22, 2024
1 parent ece9bdc commit d32abfd
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 d32abfd

Please sign in to comment.