kherud / java-llama.cpp

Java Bindings for llama.cpp - A Port of Facebook's LLaMA model in C/C++
MIT License
279 stars 28 forks source link

Correct import for nlohmann/json #55

Closed hvisser closed 5 months ago

hvisser commented 5 months ago

Fix the import for nlohmann/json.hpp, like documented in the repo for json.

I'm not sure why this import works, but when compiling the library in an alternate way the import could not be resolved, which gave me some headaches 😅 I would love to remove the workaround I have in place now as well.