Update llama.cpp

removed trailing spaces
This commit is contained in:
magicse 2025-02-07 13:18:28 +02:00 committed by GitHub
parent 1caeddea91
commit 72a78b802b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9446,8 +9446,8 @@ static struct llama_model * llama_model_load_from_file_impl(
};
}
llama_model * model = new llama_model(params);
llama_model * model = new llama_model(params);
// create list of devices to use with this model
if (params.devices) {
for (ggml_backend_dev_t * dev = params.devices; *dev; ++dev) {