Skip to content

Commit 06e36e7

Browse files
committed
Fixing typo
1 parent a962739 commit 06e36e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/src/preprocessing/quantize/detail/binary.cuh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ auto train(raft::resources const& res,
276276
const size_t dataset_size = dataset.extent(0);
277277
quantizer.threshold = raft::make_device_vector<T, int64_t>(res, dataset_dim);
278278

279-
cccccbldtjetcfejhhtbcdrdigvvehddtdgflftfjhie std::vector<T> host_threshold_vec(dataset_dim);
279+
std::vector<T> host_threshold_vec(dataset_dim);
280280
auto threshold_ptr = host_threshold_vec.data();
281281

282282
if (params.threshold == cuvs::preprocessing::quantize::binary::bit_threshold::mean) {

0 commit comments

Comments
 (0)