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
fix(ggml): preload bundled OpenMP runtime before loading ggml-base
- Preload the packaged libomp140.x86_64.dll on Windows before initializing
ggml-base to ensure CPU backend DLLs can resolve their OpenMP runtime
dependency.
- This only applies to Windows builds with llama-cpp-python >= 0.3.39 and
uses the bundled runtime from the package lib directory, avoiding the need
for users to configure system PATH or install additional OpenMP runtimes.
Signed-off-by: JamePeng <jame_peng@sina.com>
0 commit comments