-
Notifications
You must be signed in to change notification settings - Fork 407
Open
Description
Hi,
Thank you for your great work on this project!
I'm trying to build the project on Windows using the instructions in your README. However, I noticed that the release binary I compiled is different from the one you've provided in the Releases section — both in size and behavior. Could you share more details about how you built your official release? Are there any additional build steps, flags, or environment settings that aren't included in the README?
Additionally, I encountered a build error on Windows when targeting Vulkan. The issue comes from this part of the CMake code:
if (MATH_LIBRARY)
if (NOT WIN32 OR NOT DEFINED ENV{ONEAPI_ROOT})
target_link_libraries(ggml-base PRIVATE m)
endif()
endif()
Metadata
Metadata
Assignees
Labels
No labels