cui-llama.rn 1.1.6 → 1.1.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -636,9 +636,7 @@ Java_com_rnllama_LlamaContext_embedding(
636
636
  llama->rewind();
637
637
 
638
638
  llama_perf_context_reset(llama->ctx);
639
- gpt_sampler_reset(llama->ctx_sampling);
640
639
 
641
-
642
640
  llama->params.prompt = text_chars;
643
641
 
644
642
  llama->params.n_predict = 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cui-llama.rn",
3
- "version": "1.1.6",
3
+ "version": "1.1.7",
4
4
  "description": "Fork of llama.rn for ChatterUI",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",