Skip to content

Commit

Permalink
fix: remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
vansangpfiev committed Apr 12, 2024
1 parent 351b04e commit fc8cabd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion controllers/llamaCPP.cc
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,6 @@ bool llamaCPP::LoadModelImpl(std::shared_ptr<Json::Value> jsonBody) {
}
server_ctx_map[model_id].initialize();

//TODO(sang) make_unique only available on C++14
if (inference_task_queue == nullptr ||
task_queue_thread_num < params.n_parallel) {
task_queue_thread_num = std::max(task_queue_thread_num, params.n_parallel);
Expand Down

0 comments on commit fc8cabd

Please sign in to comment.