mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-19 00:44:22 -05:00
feat(frontend-python): enable multi precision and multi parameters by default
This commit is contained in:
@@ -90,10 +90,10 @@ class Configuration:
|
||||
p_error: Optional[float] = None,
|
||||
global_p_error: Optional[float] = None,
|
||||
auto_adjust_rounders: bool = False,
|
||||
single_precision: bool = True,
|
||||
single_precision: bool = False,
|
||||
parameter_selection_strategy: Union[
|
||||
ParameterSelectionStrategy, str
|
||||
] = ParameterSelectionStrategy.MONO,
|
||||
] = ParameterSelectionStrategy.MULTI,
|
||||
show_progress: bool = False,
|
||||
progress_title: str = "",
|
||||
progress_tag: Union[bool, int] = False,
|
||||
|
||||
Reference in New Issue
Block a user