summaryrefslogtreecommitdiff
path: root/snippets/hyperstack/pi-vm1
diff options
context:
space:
mode:
Diffstat (limited to 'snippets/hyperstack/pi-vm1')
-rwxr-xr-xsnippets/hyperstack/pi-vm17
1 files changed, 0 insertions, 7 deletions
diff --git a/snippets/hyperstack/pi-vm1 b/snippets/hyperstack/pi-vm1
deleted file mode 100755
index a6f7937..0000000
--- a/snippets/hyperstack/pi-vm1
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/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' "$@"