mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-08 19:44:57 -05:00
fix: test_quantized_layer
This commit is contained in:
@@ -4,8 +4,9 @@ import pytest
|
||||
|
||||
from concrete.quantization import QuantizedArray, QuantizedLinear
|
||||
|
||||
# QuantizedLinear unstable with n_bits>23.
|
||||
N_BITS_LIST = [20, 16, 8, 4]
|
||||
# QuantizedLinear unstable with n_bits>23
|
||||
# and hard to test with numpy.isclose with n_bits < 8
|
||||
N_BITS_LIST = [20, 16, 8]
|
||||
|
||||
|
||||
@pytest.mark.parametrize(
|
||||
|
||||
Reference in New Issue
Block a user