summaryrefslogtreecommitdiff
path: root/snippets/hyperstack/pi-vm1
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-03-20 14:57:23 +0200
committerPaul Buetow <paul@buetow.org>2026-03-20 14:57:23 +0200
commit864da4f8a42d1474810396746dc5a097c573f1d9 (patch)
tree2650dfdcdd6204be6d7af0ccb088923a2e1e15c6 /snippets/hyperstack/pi-vm1
parentff72f14ce6919d0731ddb5be00283c365ce2247d (diff)
Add Pi VM launcher scripts
Diffstat (limited to 'snippets/hyperstack/pi-vm1')
-rwxr-xr-xsnippets/hyperstack/pi-vm17
1 files changed, 7 insertions, 0 deletions
diff --git a/snippets/hyperstack/pi-vm1 b/snippets/hyperstack/pi-vm1
new file mode 100755
index 0000000..a6f7937
--- /dev/null
+++ b/snippets/hyperstack/pi-vm1
@@ -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 'hyperstack1/cyankiwi/NVIDIA-Nemotron-3-Super-120B-A12B-AWQ-4bit' "$@"