Skip to content

yaroshrostyslav/agent-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Scripts to boost my productivity and AI agents

Raspberry Pi 5

Setup and utility scripts for Raspberry Pi 5.

Usage

1. First run — enables PCIe 3.0, installs git, enables SSH, then reboots:

cd ~/sources/
bash scripts/raspberry-pi-5/first-run.sh

2. llama.cpp setup — run from the directory where you want blis/ and llama.cpp/ cloned:

bash agent-scripts/scripts/raspberry-pi-5/llama.cpp/setup.sh

Runs in order: install.shmodels.shservice.sh

Script Description
llama.cpp/install.sh Builds BLIS, compiles llama.cpp, installs llama-cli and llama-server globally
llama.cpp/models.sh Downloads Gemma 4 Q4_K_M GGUF model
llama.cpp/service.sh Registers llama-server as a systemd service
llama.cpp/start-server.sh Starts llama-server manually
ssd-benchmark.sh Benchmarks NVMe SSD read/write speed

Logs:

journalctl -u llama-server -f
sudo systemctl status llama-server

About

Scripts to boost my productivity and AI agents

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors