summaryrefslogtreecommitdiff
path: root/snippets/hyperstack/pi-vm2
diff options
context:
space:
mode:
Diffstat (limited to 'snippets/hyperstack/pi-vm2')
-rwxr-xr-xsnippets/hyperstack/pi-vm27
1 files changed, 7 insertions, 0 deletions
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' "$@"