Skip to content

anubhavgupta/llama-cpp-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LLAMA CPP Manager

Tool to manage LLAMA.CPP model configurations.

image

Features

  • Load / Unload a model
  • Store multiple model configurations.
  • PWA, can be installed as a desktop app.
  • Monitor usage of CPU, GPU, RAM and VRAM

Important

  • Model Discovery: Model location is currently hardcoded in server.js file, this needs to be updated to the location where you store your models.

Getting Started

  1. Install dependencies: npm install
  2. Start the server: node run start
  3. Open browser to http://localhost:3001

How to use

  • Click on Setting button to open the settings dialog box and set the model directory path:
image image
  • Click on Add button to add a new configuration for a model, clicking on Launch would auto save the model settings.
image image
  • Once you have added a bunch of configs, you can use presets feature of llama.cpp which lets you load and unload models from the llama.cpp interface itself.
image

About

Lightweight Tool to manage LLAMA.CPP model configurations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors