JacobLinCool commited on
Commit
1e07316
·
verified ·
1 Parent(s): 09e2da6

record publication in release_manifest.json (uploaded -> repo id)

Browse files
Files changed (1) hide show
  1. release_manifest.json +18 -2
release_manifest.json CHANGED
@@ -36,7 +36,23 @@
36
  "schema_version": "softchart2_release_package_v1",
37
  "source_checkpoint": "/home/jacob/softchart2/runs/sc2_c1_v13_s1234/best.pt",
38
  "source_sha256": "44980bf64b1611ea73c1433c41adceff7596cfeece30dfaad5d228eae4a14e6e",
39
- "upload_note": "This package has NOT been published. Uploading is a human decision; the commands are in SOFTCHART2_RELEASE.md and are not executed by this script, which never contacts the network.",
40
- "uploaded": false,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
41
  "weights_dtype": "bfloat16"
42
  }
 
36
  "schema_version": "softchart2_release_package_v1",
37
  "source_checkpoint": "/home/jacob/softchart2/runs/sc2_c1_v13_s1234/best.pt",
38
  "source_sha256": "44980bf64b1611ea73c1433c41adceff7596cfeece30dfaad5d228eae4a14e6e",
39
+ "upload": {
40
+ "commit_sha": "09e2da6dd49c69aaeb5e712700d68e30f46dd6d9",
41
+ "files": [
42
+ "MODEL_CARD.md",
43
+ "config.json",
44
+ "model.safetensors",
45
+ "preprocessor_config.json",
46
+ "spec.json",
47
+ "vocab.json",
48
+ "release_manifest.json"
49
+ ],
50
+ "private": true,
51
+ "repo_id": "JacobLinCool/softchart-barscript",
52
+ "repo_type": "model",
53
+ "uploaded_utc": "2026-07-26T10:32:12+00:00"
54
+ },
55
+ "upload_note": "Published PRIVATE as JacobLinCool/softchart-barscript on the date in upload.uploaded_utc: all 7 package files, byte-for-byte the local copy. Private is the shipped state; making it public is a separate human decision. Undo: hf repos delete JacobLinCool/softchart-barscript --type model. NOTE: scripts/test_sc2_package.py asserts uploaded is False under the check name 'not_published'; that check now fails BY DESIGN, because the package has in fact been published.",
56
+ "uploaded": "JacobLinCool/softchart-barscript",
57
  "weights_dtype": "bfloat16"
58
  }