From 490bfe39d434150334d7a9840248868cae699ed8 Mon Sep 17 00:00:00 2001 From: utensil Date: Mon, 17 Feb 2025 17:11:04 +0800 Subject: [PATCH] Try gpustack --- justfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/justfile b/justfile index 2db80d6..14f6e94 100644 --- a/justfile +++ b/justfile @@ -791,3 +791,8 @@ prep-exo: prep-tr: brew install --cask buzz + +gs *PARAMS: + #!/usr/bin/env zsh + uvx --python 3.12 --from 'gpustack[all]' gpustack {{PARAMS}} +