Skip to content

Commit c38ccd3

Browse files
Update extension/android/executorch_android/src/main/java/org/pytorch/executorch/extension/llm/LlmModule.java
Co-authored-by: Copilot <[email protected]>
1 parent 0babf86 commit c38ccd3

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public LlmModule(int modelType, String modulePath, String tokenizerPath, float t
5959
mHybridData = initHybrid(modelType, modulePath, tokenizerPath, temperature, null);
6060
}
6161

62-
/** Constructs a LLM Module for a model with given #LlmModuleConfig */
62+
/** Constructs a LLM Module for a model with the given LlmModuleConfig */
6363
public LlmModule(LlmModuleConfig config) {
6464
mHybridData =
6565
initHybrid(

0 commit comments

Comments
 (0)