mirror of
https://github.com/zama-ai/concrete.git
synced 2026-04-17 03:00:54 -04:00
test(frontend): disable JIT in helper test config
This commit is contained in:
@@ -143,7 +143,7 @@ class Helpers:
|
||||
loop_parallelize=True,
|
||||
dataflow_parallelize=False,
|
||||
auto_parallelize=False,
|
||||
jit=True,
|
||||
jit=False,
|
||||
insecure_key_cache_location=INSECURE_KEY_CACHE_LOCATION,
|
||||
global_p_error=(1 / 100_000),
|
||||
single_precision=(not USE_MULTI_PRECISION),
|
||||
|
||||
Reference in New Issue
Block a user