fix: prevent abort in local inference (#7633)

Signed-off-by: Kube Cat <cat@kubecat.io>
Co-authored-by: Kube Cat <cat@kubecat.io>
This commit is contained in:
KubeCat
2026-03-04 15:07:28 +01:00
committed by GitHub
parent 1285b31ce6
commit dafc4db7b4
4 changed files with 95 additions and 52 deletions
+1
View File
@@ -72,6 +72,7 @@ winapi = { version = "0.3", features = ["wincred"] }
[features]
default = ["code-mode"]
code-mode = ["goose/code-mode", "goose-acp/code-mode"]
cuda = ["goose/cuda"]
# disables the update command
disable-update = []