ggml_opt_free method

void ggml_opt_free(
  1. ggml_opt_context_t opt_ctx
)

Implementation

void ggml_opt_free(
  ggml_opt_context_t opt_ctx,
) {
  return _ggml_opt_free(
    opt_ctx,
  );
}