File tree Expand file tree Collapse file tree 2 files changed +2
-14
lines changed
Applications/MNISTTrainer Expand file tree Collapse file tree 2 files changed +2
-14
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
3
<plist version =" 1.0" >
4
- <dict >
5
- <key >NSAppTransportSecurity </key >
6
- <dict >
7
- <key >NSExceptionDomains </key >
8
- <dict >
9
- <key >yann.lecun.com </key >
10
- <dict >
11
- <key >NSExceptionAllowsInsecureHTTPLoads </key >
12
- <true />
13
- </dict >
14
- </dict >
15
- </dict >
16
- </dict >
4
+ <dict />
17
5
</plist >
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ struct LoadInfo: Sendable {
36
36
let convert : @Sendable ( MLXArray ) -> MLXArray
37
37
}
38
38
39
- let baseURL = URL ( string: " http ://yann.lecun .com/exdb /mnist/" ) !
39
+ let baseURL = URL ( string: " https ://raw.githubusercontent .com/fgnt /mnist/master /" ) !
40
40
41
41
private let files = [
42
42
FileKind ( . training, . images) : LoadInfo (
You can’t perform that action at this time.
0 commit comments