Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions src/llama.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,6 @@ bool llama_supports_rpc(void) {

void llama_backend_init(void) {
ggml_time_init();

// needed to initialize f16 tables
{
struct ggml_init_params params = { 0, NULL, false };
struct ggml_context * ctx = ggml_init(params);
ggml_free(ctx);
}
}

void llama_numa_init(enum ggml_numa_strategy numa) {
Expand Down
Loading