Skip to content

Commit

Permalink
fix(android): build in oldarch
Browse files Browse the repository at this point in the history
  • Loading branch information
jhen0409 committed Nov 21, 2024
1 parent 1ae5109 commit 20a4fa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/src/oldarch/java/com/rnllama/RNLlamaModule.java
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public void bench(double id, final double pp, final double tg, final double pl,

@ReactMethod
public void applyLoraAdapters(double id, final ReadableArray loraAdapters, final Promise promise) {
rnllama.applyLoraAdapters(id, loraAdapters);
rnllama.applyLoraAdapters(id, loraAdapters, promise);
}

@ReactMethod
Expand Down

0 comments on commit 20a4fa9

Please sign in to comment.