summaryrefslogtreecommitdiff
path: root/hypr.fish
diff options
context:
space:
mode:
Diffstat (limited to 'hypr.fish')
-rw-r--r--hypr.fish16
1 files changed, 8 insertions, 8 deletions
diff --git a/hypr.fish b/hypr.fish
index 09706b5..324c45b 100644
--- a/hypr.fish
+++ b/hypr.fish
@@ -1,11 +1,11 @@
# Single-VM setup (hyperstack-vm.toml → hyperstack.wg1)
-abbr pi-hyperstack pi --model hyperstack/openai/gpt-oss-120b
-abbr hyperstack-create ruby ~/git/hyperstack/hyperstack.rb create
-abbr hyperstack-delete ruby ~/git/hyperstack/hyperstack.rb delete
-abbr hyperstack-test ruby ~/git/hyperstack/hyperstack.rb test
+abbr pi-hyperstack-gpt-oss-120b pi --model hyperstack/openai/gpt-oss-120b
+abbr hyperstack-create ruby ~/git/hyperstack/hyperstack.rb create
+abbr hyperstack-delete ruby ~/git/hyperstack/hyperstack.rb delete
+abbr hyperstack-test ruby ~/git/hyperstack/hyperstack.rb test
# Dual-VM setup (hyperstack-vm1/vm2.toml → hyperstack1/2.wg1)
-abbr pi-hyperstack-nemotron pi --model hyperstack1/cyankiwi/NVIDIA-Nemotron-3-Super-120B-A12B-AWQ-4bit
-abbr pi-hyperstack-coder pi --model hyperstack2/bullpoint/Qwen3-Coder-Next-AWQ-4bit
-abbr hyperstack-create-both ruby ~/git/hyperstack/hyperstack.rb create-both
-abbr hyperstack-delete-both ruby ~/git/hyperstack/hyperstack.rb delete-both
+abbr pi-hyperstack-nemotron pi --model hyperstack1/openai/gpt-oss-120b
+abbr pi-hyperstack-coder pi --model hyperstack2/bullpoint/Qwen3-Coder-Next-AWQ-4bit
+abbr hyperstack-create-both ruby ~/git/hyperstack/hyperstack.rb create-both
+abbr hyperstack-delete-both ruby ~/git/hyperstack/hyperstack.rb delete-both