mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-09-06 20:56:31 +00:00
Integrate the hannoy progress
This commit is contained in:
committed by
Louis Dureuil
parent
aef07f4bfa
commit
0d4b78a217
@ -526,7 +526,7 @@ where
|
||||
writer.build_and_quantize(
|
||||
wtxn,
|
||||
// In the settings we don't have any progress to share
|
||||
&Progress::default(),
|
||||
Progress::default(),
|
||||
&mut rng,
|
||||
dimension,
|
||||
is_quantizing,
|
||||
|
@ -136,7 +136,7 @@ where
|
||||
.unwrap_or(false);
|
||||
writer.build_and_quantize(
|
||||
wtxn,
|
||||
progress,
|
||||
progress.clone(),
|
||||
&mut rng,
|
||||
dimensions,
|
||||
is_being_quantized,
|
||||
|
Reference in New Issue
Block a user