Skip to content
Merged
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
1 change: 1 addition & 0 deletions bark.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1175,6 +1175,7 @@ static bool bark_load_model_from_file(
}

struct bark_context* bark_load_model(const char* model_path, struct bark_context_params params, uint32_t seed) {
ggml_time_init();
int64_t t_load_start_us = ggml_time_us();

struct bark_context* bctx = new bark_context();
Expand Down