llama : fix trailing whitespace

This commit is contained in:
Georgi Gerganov 2024-01-28 18:58:35 +02:00 committed by GitHub
parent e3acca3acd
commit 10fbb1f33d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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);