Skip to content

Commit

Permalink
fix a typo (#7496)
Browse files Browse the repository at this point in the history
Signed-off-by: BestJuly <[email protected]>
  • Loading branch information
BestJuly authored Sep 28, 2023
1 parent 9f2ccd3 commit 9125924
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ void build_blending_indices(py::array_t<uint8_t>& dataset_index,
const int32_t num_datasets,
const int64_t size, const bool verbose) {
/* Given multiple datasets and a weighting array, build samples
such that it follows those wieghts.*/
such that it follows those weights.*/

if (verbose) {
std::cout << "> building indices for blendable datasets ..." << std::endl;
Expand Down

0 comments on commit 9125924

Please sign in to comment.