AnonRes commited on
Commit
928a058
·
verified ·
1 Parent(s): 7aa3574

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:6605a50b9dba934174c37e8648798d372ea4e2e76447000a714c0cac0aae77f3
3
- size 852431470
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3816a18a843b2f37f087691e761979f5c3cb85366a1157cee18e2d989c2cd1a
3
+ size 852431342
config.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "description": "Dummy config to allow tracking HF downloads."
3
+ }