utilityai / llama-cpp-rs

153 stars 47 forks source link

Remove unix-only libs from windows build #464

Closed kartiknair closed 2 months ago

kartiknair commented 2 months ago

Hey there, I noticed that windows CUDA builds were failing because of a missing culibos.lib and it seems like previously these libraries were excluded on windows in the build script and reverting to that seems to fix my build.