diff --git a/benchs/bench_fw/descriptors.py b/benchs/bench_fw/descriptors.py index e61bd5b93b..f7c2e9e9a0 100644 --- a/benchs/bench_fw/descriptors.py +++ b/benchs/bench_fw/descriptors.py @@ -224,6 +224,7 @@ class CodecDescriptor(IndexBaseDescriptor): construction_params: Optional[List[Dict[str, int]]] = None training_vectors: Optional[DatasetDescriptor] = None normalize_l2: bool = False + is_spherical: bool = False FILENAME_PREFIX: str = "xt" def __post_init__(self):