Stop stacking Ollama -cpu embed tags and verify Assistent Sqlite after seed.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -971,10 +971,14 @@ def pull_output_cmd() -> None:
|
||||
def seed_extensions_cmd() -> None:
|
||||
"""Clone/fetch extensions.yaml, затем restart swarmui."""
|
||||
try:
|
||||
from gpu_rent.provision import verify_assistent_sqlite_bins
|
||||
|
||||
cfg, host = _live()
|
||||
|
||||
seed_extensions(cfg, host, log)
|
||||
ensure_swarmui_running(cfg, host, log, restart=True)
|
||||
# Build lands Sqlite private deps beside the extension DLL (≥0.13.1).
|
||||
verify_assistent_sqlite_bins(cfg, host, log)
|
||||
except GpuRentError as exc:
|
||||
_die(exc)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user