Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LLamaCPP_AutoLauncher

~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ 
               _______ _______ _______                                                            
 |      |      |_____| |  |  | |_____|                                                            
 |_____ |_____ |     | |  |  | |     |                                                            
                                                                                                  
 _______ _     _ _______  _____             _______ _     _ __   _ _______ _     _ _______  ______
 |_____| |     |    |    |     | ___ |      |_____| |     | | \  | |       |_____| |______ |_____/
 |     | |_____|    |    |_____|     |_____ |     | |_____| |  \_| |_____  |     | |______ |    \_
                                                                                                  
~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ 

Setup

  • 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 src folder
  • Download and extract the llama.cpp CUDA/Vulkan/ARM files from the link above into the src folder

Usage

  • Put GGUF model(s) in the models folder (https://huggingface.co/ is a good place to start finding models)
  • Run the LAUNCHER.bat file
  • Follow onscreen instructions
  • Profit

MMPROJ (vision) and MTP (multi-token prediction) usage

For models with built-in MTP heads

  • Choose yes when it asks if the model is MTP

For models with separate MTP files

  • Rename the file to match the model name plus mtp.gguf
  • Example: MyFunModel_iQ8_ALPHA.mtp.gguf

For models with separate MMPROJ files

  • Rename the file to match the model name plus mmproj.gguf
  • Example: MyFunModel_iQ8_ALPHA.mmproj.gguf

ROADMAP!

  • Add automatic MTP checking via metadata
  • Add advanced setup options during choices

About

A quick auto-launcher script made for hosting a local server without dealing with launch parameters

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages