Skip to content

Commit

Permalink
alphabetize pylibcudf/nvtext/CMakeLists.txt entries
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwendt committed Mar 4, 2025
1 parent f0a863d commit ae1f65a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pylibcudf/pylibcudf/nvtext/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
# =============================================================================

set(cython_sources
byte_pair_encode.pyx
edit_distance.pyx
generate_ngrams.pyx
jaccard.pyx
Expand All @@ -22,7 +23,6 @@ set(cython_sources
replace.pyx
stemmer.pyx
tokenize.pyx
byte_pair_encode.pyx
subword_tokenize.pyx
wordpiece_tokenize.pyx
)
Expand Down

0 comments on commit ae1f65a

Please sign in to comment.