llama_cpp 0.12.6 → 0.13.0

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.
@@ -49,7 +49,7 @@ extern "C" {
49
49
  // Backend
50
50
  //
51
51
 
52
-
52
+ GGML_API ggml_guid_t ggml_backend_guid(ggml_backend_t backend);
53
53
  GGML_API const char * ggml_backend_name(ggml_backend_t backend);
54
54
  GGML_API void ggml_backend_free(ggml_backend_t backend);
55
55