Skip to content

Liquid4All/leap-llamacpp-csharp-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LiquidLlamaSharp

A simple C# console application that demonstrates how to run and interact with LFM model locally for conversational AI.


📦 Requirements


⚙️ Setup

  1. Clone the repo (or copy the project files):
    git clone https://github.com/yourusername/LiquidLlamaSharp.git
    cd LiquidLlamaSharp
  2. Update Program.cs with the correct model path:
    string modelPath = @"C:\models\LFM2-350M-Q4_0.gguf";
    
  3. Run the project:
    cd LiquidLlamaSharp
    dotnet run --project LiquidLlamaSharp.csproj
    

You can also open the project with Visual Studio.

About

C# example to run LFM2 with llama.cpp / LlamaSharp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages