Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Latest commit

 

History

History
19 lines (14 loc) · 708 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 708 Bytes

LLamaStack.WPF - Basic WPF UI example

LLamaStack.WPF is a lightweight barebones UI example to run LLM on your local machine, a perfect scaffold to clone and build your own feature rich WPF application

Model Management

Add/Remove models and configuration for easy switching demo-wpf3

Inference UI

Manage and interact with all your models in one simple UI interface demo-wpf1

Live Parameters

Update inference parameters between each question/instruction demo-wpf2

Output Log

Output of llama.cpp output into the UI for easy debugging demo-wpf4