Skip to content

Commit 72a78b8

Browse files
authored
Update llama.cpp
removed trailing spaces
1 parent 1caedde commit 72a78b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/llama.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9446,8 +9446,8 @@ static struct llama_model * llama_model_load_from_file_impl(
94469446
};
94479447
}
94489448

9449-
llama_model * model = new llama_model(params);
9450-
9449+
llama_model * model = new llama_model(params);
9450+
94519451
// create list of devices to use with this model
94529452
if (params.devices) {
94539453
for (ggml_backend_dev_t * dev = params.devices; *dev; ++dev) {

0 commit comments

Comments
 (0)