getnamo / Llama-Unreal

Llama.cpp plugin for Unreal Engine 5
MIT License
41 stars 5 forks source link

Refactor module UELlama to LLama #8

Closed getnamo closed 7 months ago

getnamo commented 7 months ago

Sync to repo naming

getnamo commented 7 months ago

Refactor in https://github.com/getnamo/Llama-Unreal/commit/ac6b729551cae193c5fe2e759b0cec5fa725eeea

Module had to be named LlamaUnreal to not clash with LLAMA_API defined in llama.h, but plugin is now just Llama. Moved some deps around.

Pending main merge after other tasks before build.

getnamo commented 7 months ago

Renamed main module to LlamaCore - https://github.com/getnamo/Llama-Unreal/commit/e75fa62d34715f5a96523002582e0aeb293c232a

getnamo commented 7 months ago

Done in v0.4.0 https://github.com/getnamo/Llama-Unreal/releases/tag/v0.4.0