KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
LLaMAMaui
★ 9
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
JSY-MK-194
:
Usage sample of module JSY-MK-194 with Arduino
PhotinoAntDesignBlazor
:
Photino Blazor sample with AntDesignPro
mipnerf360-pytorch
:
An unofficial codebase for mipnerf 360 based on pytorch
search-backend
:
基于Vue3 + Spring Boot + Elastic Stack 的一站式聚合搜索平台,用户可以在同一页面集中搜索不同来源、不同内容的数据,提升用户的 检索效率和搜索体验。
NEnvoy
:
.Net Enphase Envoy client library
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
LLaMAMaui
?
Download (.md)
# LLaMAMaui LLaMAMaui is an example of using LLaMA in a .NET application, using modified versions of [llama.cpp-dotnet](https://github.com/drasticactions/llama.cpp-dotnet) with versions of [llama.cpp](https://github.com/drasticactions/llama.cpp.runtimes) built for desktop and mobile platforms. This is a proof-of-concept. The default llama.cpp runtime builds are CPU only and will run slower than GPU based builds. With rebuilt libraries and tweeked settings, you can get faster results. ## How To LLaMAMaui is a MAUI app. As long as you have set up MAUI in your Windows/macOS environment, it should launch. Some models can be found below. - [TheBloke on Hugging Face](https://huggingface.co/TheBloke) Download a LLaMA model, pick it, enter a prompt, and hit "Generate". ## NOTE In order to run this on macOS/iPhone, you must match the architecture you're running on your system. For example, if you're on an M1, you must use the arm64 runtime identifiers (Ex: `maccatalyst-arm64`). If you don't, your application will crash.