mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 03:55:04 -05:00
fix: missing bench for 16bits tlu
This commit is contained in:
@@ -43,7 +43,7 @@ CLI.add_argument(
|
||||
help="Specify the list of bitwidth to generate",
|
||||
nargs="+",
|
||||
type=int,
|
||||
default=list(range(1,16)),
|
||||
default=list(range(1,17)),
|
||||
)
|
||||
CLI.add_argument(
|
||||
"--n-ct",
|
||||
|
||||
Reference in New Issue
Block a user