Skip to content

Commit

Permalink
llama : fix trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
ggerganov authored Jan 28, 2024
1 parent e3acca3 commit 10fbb1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llama.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10248,7 +10248,7 @@ struct llama_context * llama_new_context_with_model(
return nullptr;
}
ctx->backends.push_back(backend);
}
}
#elif defined(GGML_USE_SYCL)
if (model->n_gpu_layers > 0) {
ggml_backend_t backend = ggml_backend_sycl_init(model->main_gpu);
Expand Down

0 comments on commit 10fbb1f

Please sign in to comment.