You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, it only supports Adreno GPUs and is primarily optimized for Q4_0 type.
186
+
187
+
To build for Windows ARM please refers to [Windows 11 Arm64](https://github.com/ggml-org/llama.cpp/blob/master/docs/backend/OPENCL.md#windows-11-arm64)
188
+
189
+
Building for Android:
190
+
191
+
Android NDK:
192
+
193
+
- Download and install the Android NDK from the [official Android developer site](https://developer.android.com/ndk/downloads).
194
+
195
+
Setup OpenCL Dependencies for NDK:
196
+
You need to provide OpenCL headers and the ICD loader library to your NDK sysroot.
_(Note: Don't forget to include `LD_LIBRARY_PATH=/vendor/lib64` in your command line before running the binary)_
243
+
244
+
</details>
245
+
181
246
### Upgrading and Reinstalling
182
247
183
248
To upgrade and rebuild `stable-diffusion-cpp-python` add `--upgrade --force-reinstall --no-cache-dir` flags to the `pip install` command to ensure the package is rebuilt from source.
0 commit comments