Update CKPT to allow weights_only=True loading and add config.json for download tracking
Browse files- adaptation_plan.json +3 -3
- checkpoint_final.pth +2 -2
- config.json +3 -0
adaptation_plan.json
CHANGED
@@ -54,9 +54,9 @@
|
|
54 |
1
|
55 |
],
|
56 |
"patch_size": [
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
]
|
61 |
}
|
62 |
},
|
|
|
54 |
1
|
55 |
],
|
56 |
"patch_size": [
|
57 |
+
160,
|
58 |
+
160,
|
59 |
+
160
|
60 |
]
|
61 |
}
|
62 |
},
|
checkpoint_final.pth
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7a847af785635335c00e711d16ff4d225d86ecd5992b14c059df2b520e3ee933
|
3 |
+
size 491198606
|
config.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"description": "Dummy config to allow tracking HF downloads."
|
3 |
+
}
|