Skip to content

Commit

Permalink
chore: check stats without optim
Browse files Browse the repository at this point in the history
  • Loading branch information
fd0r committed Jun 5, 2024
1 parent fa2a20f commit b11d99d
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,10 @@ def wrapper(*args, **kwargs):
enable_unsafe_features=True,
use_insecure_key_cache=True,
insecure_key_cache_location=KEYGEN_CACHE_DIR,
additional_pre_processors=[tlu_optimizer, rounding],
additional_pre_processors=[
# tlu_optimizer,
rounding,
],
fhe_simulation=SIMULATE_ONLY,
fhe_execution=not SIMULATE_ONLY,
)
Expand Down

0 comments on commit b11d99d

Please sign in to comment.