You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fix Server.swift memory limit being unconditionally overridden later in execution
- Consolidate ModelProfiler.profile calls to reduce startup latency
- Replace hardcoded 16384 page sizes with dynamic sysctl hw.pagesize in CI and benchmark scripts
- Ensure CI multiline JSON inference output is correctly piped to files instead of GITHUB_OUTPUT
- Refine unit tests to assert fan-out break even limits properly and standardize to GiB
print("[SwiftLM] \(plan.strategy.emoji) WARNING: Model is \(String(format:"%.1f", plan.overcommitRatio))× system RAM. Loading will be extremely slow.")
466
468
forwin plan.warnings {print("[SwiftLM] \(w)")}
467
469
}
470
+
}
468
471
}elseifself.info {
469
472
print("[SwiftLM] Model not yet downloaded. Run without --info to download first, or provide a local path.")
0 commit comments