~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
_______ _______ _______
| | |_____| | | | |_____|
|_____ |_____ | | | | | | |
_______ _ _ _______ _____ _______ _ _ __ _ _______ _ _ _______ ______
|_____| | | | | | ___ | |_____| | | | \ | | |_____| |______ |_____/
| | |_____| | |_____| |_____ | | |_____| | \_| |_____ | | |______ | \_
~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
- LLAMA.CPP releases - https://github.com/ggml-org/llama.cpp/releases
- Download and extract the llama.cpp release for your operating system from the link above into the
srcfolder - Download and extract the llama.cpp CUDA/Vulkan/ARM files from the link above into the
srcfolder
- Put GGUF model(s) in the
modelsfolder (https://huggingface.co/ is a good place to start finding models) - Run the
LAUNCHER.batfile - Follow onscreen instructions
- Profit
- Choose yes when it asks if the model is MTP
- Rename the file to match the model name plus
mtp.gguf - Example:
MyFunModel_iQ8_ALPHA.mtp.gguf
- Rename the file to match the model name plus
mmproj.gguf - Example:
MyFunModel_iQ8_ALPHA.mmproj.gguf
- Add automatic MTP checking via metadata
- Add advanced setup options during choices