We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 346f850 commit c365e88Copy full SHA for c365e88
Sources/Hub/HubApi.swift
@@ -575,7 +575,7 @@ public extension HubApi {
575
.appendingPathComponent(".cache")
576
.appendingPathComponent("huggingface")
577
.appendingPathComponent("download")
578
-
+
579
let shouldUseOfflineMode = await NetworkMonitor.shared.state.shouldUseOfflineMode()
580
581
if useOfflineMode ?? shouldUseOfflineMode {
0 commit comments