A
A
Also experiencing this.
Also `saveWater` crashes the app when used: ``` let waterOptions = { value: 1000, date: new Date(Date.now() - (60 * 24 * 60 * 1000)).toISOString(), // yesterday } AppleHealthKit.saveWater( (waterOptions),...
Same issue. @yamill could you merge the update? Until then, you guys can use: ` "react-native-orientation": "git+https://github.com/yamill/react-native-orientation.git#190ac7968f59af68b2febfbe7ada7de2317e847b",` in your `package.json`.
Maybe it's not even possible to train it? 🤔
@lelukas `react-native-keyboard-spacer+0.4.1.patch`
I have the same issue. Model is found but the backend is not found. I'm not running as an admin and I'm on a M1 Pro. Using this project as...
@felix-zaslavskiy What I can see from the bindings is that the function `llmodel_model_create2` cannot automatically detect/find the proper backend file. I tried with a bunch of different models (hermes, orca,...
@felix-zaslavskiy All I can get is the following: ``` [main] INFO com.hexadevlabs.gpt4all.LLModel - Java bindings for gpt4all version: 2.4.11 Exception in thread "main" java.lang.RuntimeException: java.lang.IllegalStateException: Could not load, gpt4all backend...
@mppperez @grit96 How did you manage to get hermes working with the obfuscator? Either I obfuscate or I use hermes, I cannot get both to work. More specifically, the obfuscator...
@grit96 Thanks! I will try. One question: is it possible to plug in the javascript obfuscator there?