getnamo / Llama-Unreal

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

Resolves Issue #7 #10

Closed ellllie-42 closed 6 months ago

ellllie-42 commented 6 months ago

Updated .build.cs to use cuda by default but only if installed. Defaults to precompiled llama.lib however easily solved by compiling llama separately and using a "LLAMA_PATH" variable pointing to the release folder.

getnamo commented 6 months ago

Doesn't actually fully resolve #7, but allowing a dev alternative using CUDA_PATH and LLAMA_PATH is a good idea!