Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into llama-cpp-615212
Browse files Browse the repository at this point in the history
  • Loading branch information
icppWorld committed Feb 2, 2025
2 parents 5228f76 + 0e145b8 commit 121e274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main_.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ int main_(int argc, char ** argv, std::string principal_id, bool load_model_only
llama_backend_init();
llama_numa_init(params.numa);

static llama_model * model; // ICPP-PATCH: use static to preserve accross calls
static llama_model * model; // ICPP-PATCH: use static to preserve across calls
llama_context * ctx;
common_sampler * smpl = nullptr;

Expand Down

0 comments on commit 121e274

Please sign in to comment.