Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
eisber committed Feb 28, 2023
1 parent 381d32b commit f1560bd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions java/src/main/java/tiktoken/Encoding.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@
public class Encoding implements AutoCloseable
{
static {
// TODO: unpack the library from the jar
// System.loadLibrary("_tiktoken_jni");
try {
// load from JAR
NativeLoader.loadLibrary("_tiktoken_jni");
}
catch(IOException e) {
Expand Down

0 comments on commit f1560bd

Please sign in to comment.