We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b52ee8 commit 1f488f3Copy full SHA for 1f488f3
1 file changed
Sources/MLXLoRAStudio/Views/TrainingView.swift
@@ -235,7 +235,7 @@ private struct ModelDataSection: View {
235
236
/// Footer line that summarises what the dropdown is showing, so the
237
/// user knows whether the cache has been scanned yet.
238
- private var cacheFooter: String? {
+ @MainActor private var cacheFooter: String? {
239
if store.isScanningHFCache { return "Scanning local HF cache…" }
240
let n = store.cachedModels.count
241
let d = store.cachedDatasets.count
0 commit comments