Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sjkp/sharpllama-example


https://github.com/sjkp/sharpllama-example

Last synced: 8 days ago
JSON representation

Awesome Lists containing this project

README

        

dotnet new console

dotnet add package LLamaSharp
dotnet add package LLamaSharp.Backend.Cpu

dotnet add package Microsoft.KernelMemory.Core
dotnet add package LLamaSharp.kernel-memory

curl -L -O "https://huggingface.co/lmstudio-community/Meta-Llama-3-8B-Instruct-GGUF/resolve/main/Meta-Llama-3-8B-Instruct-Q8_0.gguf?download=true"

curl -L -O "https://huggingface.co/lmstudio-community/Meta-Llama-3-8B-Instruct-GGUF/resolve/main/Meta-Llama-3-8B-Instruct-Q4_K_M.gguf?download=true"