Skip to content

Commit 767e50f

Browse files
committed
JNI support for multiple ptd files
^ Differential Revision: [D82072929](https://our.internmc.facebook.com/intern/diff/D82072929/) [ghstack-poisoned]
1 parent 7116e0a commit 767e50f

File tree

1 file changed

+0
-1
lines changed
  • extension/android/executorch_android/src/main/java/org/pytorch/executorch/extension/llm

1 file changed

+0
-1
lines changed

extension/android/executorch_android/src/main/java/org/pytorch/executorch/extension/llm/LlmModule.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ public LlmModule(
5959
if (!tokenizerFile.canRead() || !tokenizerFile.isFile()) {
6060
throw new RuntimeException("Cannot load tokenizer path " + tokenizerPath);
6161
}
62-
6362
mHybridData = initHybrid(modelType, modulePath, tokenizerPath, temperature, dataFiles);
6463
}
6564

0 commit comments

Comments
 (0)