fix format

Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
This commit is contained in:
Neo Zhang Jianyu 2024-03-14 20:46:57 +08:00 committed by GitHub
parent 3b672ca8fe
commit e8d77ab896
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12853,7 +12853,7 @@ struct llama_context * llama_new_context_with_model(
if (backend == nullptr) {
int id_list[GGML_SYCL_MAX_DEVICES];
ggml_sycl_get_gpu_list(id_list, GGML_SYCL_MAX_DEVICES);
LLAMA_LOG_ERROR("%s: failed to initialize SYCL%d (index %d)backend\n", __func__, id_list[i], i);
LLAMA_LOG_ERROR("%s: failed to initialize SYCL%d (index %d) backend\n", __func__, id_list[i], i);
llama_free(ctx);
return nullptr;
}