From 864da4f8a42d1474810396746dc5a097c573f1d9 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 20 Mar 2026 14:57:23 +0200 Subject: Add Pi VM launcher scripts --- snippets/hyperstack/pi-vm2 | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 snippets/hyperstack/pi-vm2 (limited to 'snippets/hyperstack/pi-vm2') diff --git a/snippets/hyperstack/pi-vm2 b/snippets/hyperstack/pi-vm2 new file mode 100755 index 0000000..5f07e7d --- /dev/null +++ b/snippets/hyperstack/pi-vm2 @@ -0,0 +1,7 @@ +#!/usr/bin/env bash +set -euo pipefail + +script_dir=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) +cd "$script_dir" + +exec pi --model 'hyperstack2/bullpoint/Qwen3-Coder-Next-AWQ-4bit' "$@" -- cgit v1.2.3