diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-26 09:36:36 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-26 09:36:36 +0200 |
| commit | 6b1cba886ce8081f6a1dba4ad8564cf3934c95a6 (patch) | |
| tree | 80c31ca75b0fd79a43afeea314dc4bf23939f5db | |
| parent | d5079ee0a23c4eb04ce941e99dc8eeacb4935fd9 (diff) | |
hypr.fish: fix pi-hyperstack-nemotron alias to use Nemotron 3 Super model
Was incorrectly pointing at openai/gpt-oss-120b instead of the actual
Nemotron model ID.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
| -rw-r--r-- | hypr.fish | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ 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/openai/gpt-oss-120b +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 |
