AnonRes commited on
Commit
f7c3945
·
verified ·
1 Parent(s): c225c00

Update CKPT to allow weights_only=True loading and add config.json for download tracking

Browse files
Files changed (3) hide show
  1. adaptation_plan.json +3 -3
  2. checkpoint_final.pth +2 -2
  3. config.json +3 -0
adaptation_plan.json CHANGED
@@ -54,9 +54,9 @@
54
  1
55
  ],
56
  "patch_size": [
57
- 64,
58
- 64,
59
- 64
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:eaf4a965c2a3293c502d67013b555dff0bb56e3dfdb1b4c6fca7dcf61b281b95
3
- size 491198734
 
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
+ }