deps: update ggml for OpenCL Q4_0 fixes#1
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 2eebe8383b
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| @@ -1 +1 @@ | |||
| Subproject commit 3af5f5760e19a96427f5f7a93b79cbdf3d4b265b | |||
| Subproject commit 02a0d864b8b5768a3ae8ab22ec54b08d289ed636 | |||
There was a problem hiding this comment.
Pin ggml to a fetchable commit
In a fresh checkout or CI run, this new gitlink cannot be fetched from the configured submodule remote: .gitmodules still points ggml at https://github.com/leejet/ggml.git, but 02a0d864b8b5768a3ae8ab22ec54b08d289ed636 is only reachable in the referenced happyyzy/ggml fork and the corresponding leejet/ggml commit page is not found. As a result, git submodule update --init ggml will fail before the project can build unless the submodule URL is updated or the commit is first made reachable from leejet/ggml.
Useful? React with 👍 / 👎.
Summary
Updates the
ggmlsubmodule pointer to the local staging branch for the OpenCL Q4_0 / Adreno correctness fixes.Corresponding ggml PR: happyyzy/ggml#2.
Notes
No stable-diffusion.cpp runtime code is changed in this PR; this is only the dependency pointer update.