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

https://github.com/v-omelai/raspberry-llm-infra

This project is designed to deploy and run large language models (LLMs) on a Raspberry Pi.
https://github.com/v-omelai/raspberry-llm-infra

docker raspberry-pi terraform

Last synced: 3 months ago
JSON representation

This project is designed to deploy and run large language models (LLMs) on a Raspberry Pi.

Awesome Lists containing this project

README

          

## Overview

This project is designed to deploy and run **large language models (LLMs)** on a **Raspberry Pi**.

![Overview](overview.png)

## Commands

### Choco

- `choco install terraform`

### Terraform

> [!NOTE]
> The `local-exec` provisioner commands are intended to run on Windows.

- `terraform fmt -recursive`
- `terraform -chdir=terraform init`
- `terraform -chdir=terraform plan`
- `terraform -chdir=terraform apply`
- `terraform -chdir=terraform destroy`

### SSH

- `ssh-keygen -t rsa -f .ssh/raspberry`
- `ssh -i .ssh/raspberry raspberry@raspberry`

### Open WebUI

- `powershell -ExecutionPolicy Bypass -File .\open-webui.ps1`