Skip to content

Commit

Permalink
fix a typo (NVIDIA#7496)
Browse files Browse the repository at this point in the history
Signed-off-by: BestJuly <[email protected]>
Signed-off-by: Elena Rastorgueva <[email protected]>
  • Loading branch information
BestJuly authored and erastorgueva-nv committed Oct 11, 2023
1 parent 541aaac commit 9f7be8d
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 9f7be8d

Please sign in to comment.