Skip to content
/ UELlama Public
forked from mika314/UELlama

Llama plugin for Unreal Engine 5

License

Notifications You must be signed in to change notification settings

mrG7/UELlama

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌸 This dude put LLaMA 2 inside UE5 🌸 41 / 100 🌸

Llama.cpp Build Parameters

Llama.cpp was built from git hash: a40f2b656fab364ce0aff98dbefe9bd9c3721cc9

With the following build commands:

mkdir build
cd build/
cmake .. -DLLAMA_CUBLAS=ON -DLLAMA_CUDA_DMMV_X=64 -DLLAMA_CUDA_MMV_Y=2 -DLLAMA_CUDA_F16=true -DBUILD_SHARED_LIBS=ON
cd ..
cmake --build build --config Release -j --verbose

Then the .so or .lib file was copied into the Libraries directory and all the .h files were copied to the Includes directory. In Windows you should put the build/bin/llama.dll into Binaries/Win64 directory.

You will need to have CUDA 12.2 installed or you will have an error loading the "UELlama" Module, this is because the llama.dll was compiled with that CUDA version, if you want to switch the version you will re-compile the binary.

About

Llama plugin for Unreal Engine 5

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 42.7%
  • C++ 30.0%
  • Emacs Lisp 26.6%
  • C# 0.7%