Skip to content

Commit

Permalink
[SentencePiece] Make SpProcessor public (#2765)
Browse files Browse the repository at this point in the history
  • Loading branch information
frankfliu authored Aug 24, 2023
1 parent 63da9fb commit 6b73831
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import ai.djl.util.NativeResource;

/** The processor holder for SentencePiece. */
final class SpProcessor extends NativeResource<Long> {
public final class SpProcessor extends NativeResource<Long> {

private static RuntimeException libraryStatus;

Expand Down

0 comments on commit 6b73831

Please sign in to comment.