Skip to content

Commit 282b2d3

Browse files
committed
fix ident
ggml-ci
1 parent 3a1c478 commit 282b2d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/llama.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ static struct llama_model * llama_model_load_from_file_impl(
259259
}
260260

261261
for (auto * dev : model->devices) {
262-
ggml_backend_dev_props props;
262+
ggml_backend_dev_props props;
263263
ggml_backend_dev_get_props(dev, &props);
264264
LLAMA_LOG_INFO("%s: using device %s (%s) (%s) - %zu MiB free\n", __func__,
265265
ggml_backend_dev_name(dev), ggml_backend_dev_description(dev),

0 commit comments

Comments
 (0)