cui-llama.rn 1.3.4 → 1.3.5

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.
package/cpp/llama.h CHANGED
@@ -483,9 +483,6 @@ extern "C" {
483
483
  // Returns the total number of parameters in the model
484
484
  LLAMA_API uint64_t llama_model_n_params(const struct llama_model * model);
485
485
 
486
- // Get a llama model tensor
487
- LLAMA_API struct lm_ggml_tensor * llama_get_model_tensor(struct llama_model * model, const char * name);
488
-
489
486
  // Returns true if the model contains an encoder that requires llama_encode() call
490
487
  LLAMA_API bool llama_model_has_encoder(const struct llama_model * model);
491
488