Skip to content

Conversation

@audreyt
Copy link

@audreyt audreyt commented Jul 31, 2023

a113689 broke the build with:

llama.cpp:1828:50: error: use of undeclared identifier 'cur'
        ggml_metal_get_tensor   (lctx.ctx_metal, cur);

This commit removes the stray line to repair the build.

a113689 broke the build with:

```
llama.cpp:1828:50: error: use of undeclared identifier 'cur'
        ggml_metal_get_tensor   (lctx.ctx_metal, cur);
```

This commit removes the stray line to repair the build.
@slaren
Copy link
Member

slaren commented Jul 31, 2023

Fixed in #2455

@slaren slaren closed this Jul 31, 2023
@audreyt audreyt deleted the patch-1 branch August 4, 2023 05:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants