Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sjkp/sharpllama-example
https://github.com/sjkp/sharpllama-example
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sjkp/sharpllama-example
- Owner: sjkp
- Created: 2024-04-21T06:18:53.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-21T08:24:57.000Z (7 months ago)
- Last Synced: 2024-04-21T09:52:34.843Z (7 months ago)
- Language: C#
- Size: 2.32 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
dotnet new console
dotnet add package LLamaSharp
dotnet add package LLamaSharp.Backend.Cpudotnet add package Microsoft.KernelMemory.Core
dotnet add package LLamaSharp.kernel-memorycurl -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"