skeskinen / bert.cpp

ggml implementation of BERT
MIT License
463 stars 58 forks source link

Fix Windows build, fix crash in main.exe on Windows and upgrade to latest GGML #25

Closed dranger003 closed 1 year ago

dranger003 commented 1 year ago

As per title and commits should be self explanatory.
Moving the /AVX options was necessary in order to compile with CUDA enabled.

skeskinen commented 1 year ago

Awesome job! Thanks :)