fix: model repo subdir layout, no-window engine launch, deploy progress, engine path auto-repair

This commit is contained in:
Xianren Studio
2026-08-13 17:04:40 +08:00
parent 7f0edbd0a1
commit 4718e41433
10 changed files with 217 additions and 10 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
param(
[string]$Engine = "$env:APPDATA\XianrenStudio\engines\cpu\llama-server.exe",
[string]$Model = "$env:APPDATA\XianrenStudio\models\qwen2.5-0.5b-instruct-q4_k_m.gguf",
[string]$Model = "$env:APPDATA\XianrenStudio\models\Qwen\Qwen2.5-0.5B-Instruct-GGUF\qwen2.5-0.5b-instruct-q4_k_m.gguf",
[int]$Port = 8088
)