codegeist commited on
Commit
2d5d9a0
·
verified ·
1 Parent(s): a9504a0

Pin v0.2.0 adapter artifact revision

Browse files
Files changed (4) hide show
  1. README.md +3 -4
  2. SHA256SUMS +3 -3
  3. evidence.json +1 -1
  4. publication.json +1 -1
README.md CHANGED
@@ -64,9 +64,8 @@ purposes.
64
 
65
  ## Loading
66
 
67
- This example requires a CUDA GPU with BF16 support and has no CPU fallback. The
68
- release process replaces `ADAPTER_REVISION` below with the immutable artifact
69
- commit before tagging `v0.2.0`.
70
 
71
  ```python
72
  import os
@@ -80,7 +79,7 @@ from transformers import AutoModelForCausalLM, AutoTokenizer
80
  BASE_MODEL = "Qwen/Qwen3-1.7B"
81
  BASE_REVISION = "70d244cc86ccca08cf5af4e1e306ecf908b1ad5e"
82
  ADAPTER_MODEL = "codegeist/codegeist-llm"
83
- ADAPTER_REVISION = "<artifact-commit>"
84
 
85
  tokenizer = AutoTokenizer.from_pretrained(
86
  BASE_MODEL,
 
64
 
65
  ## Loading
66
 
67
+ This example requires a CUDA GPU with BF16 support and has no CPU fallback. It
68
+ pins the immutable commit that introduced the `v0.2.0` adapter weights.
 
69
 
70
  ```python
71
  import os
 
79
  BASE_MODEL = "Qwen/Qwen3-1.7B"
80
  BASE_REVISION = "70d244cc86ccca08cf5af4e1e306ecf908b1ad5e"
81
  ADAPTER_MODEL = "codegeist/codegeist-llm"
82
+ ADAPTER_REVISION = "a9504a0ee1150ea05f88ff725758404fcb604a32"
83
 
84
  tokenizer = AutoTokenizer.from_pretrained(
85
  BASE_MODEL,
SHA256SUMS CHANGED
@@ -1,9 +1,9 @@
1
  9a66ed1f77d750a879b0e7b610bb15bb7c109fc1158448c0d7d543e7dbef421f LICENSE
2
- 73c70ee1837b1996c5b076facc6281bb4ea0bb12988df4c95711f94a054d1efe README.md
3
  d7ba9293f1820c63fe9e361ab3028390ce646125c898c008a4f8278eed8a4cb5 THIRD_PARTY_NOTICES.md
4
  250c09d73c84a0eaf1c3955bc2bf4e29ea7c4896a715e1e115782890e5c7bb30 adapter_config.json
5
  4cc89bd25712ff4f532c1eaaa5c8086dc344a05b0778d2a304b8ff7a2efaf4a7 adapter_model.safetensors
6
- 4d3088c0b018f5fa68b5dba6d1781f284989cb5a0f1191a0e69ed60d5cb5c598 evidence.json
7
  339a15a527229ab82bebce069cb96987a6e2ebb977261f03553759a8f979e57a gpu-test-result.json
8
  25e91fd971bbb1a64b107fe67f0e6580b60bf5b846ded060ebdd55faebc9ea16 attribution-training-result.json
9
- e9dcc7b8e2010998eb0a869287a7dcd0c0bfb07c15aa85d12c5dbdc6955de44e publication.json
 
1
  9a66ed1f77d750a879b0e7b610bb15bb7c109fc1158448c0d7d543e7dbef421f LICENSE
2
+ 0018fea22641dccc798b3914480447710e0651ab9bd0a83d91aefb549b399b78 README.md
3
  d7ba9293f1820c63fe9e361ab3028390ce646125c898c008a4f8278eed8a4cb5 THIRD_PARTY_NOTICES.md
4
  250c09d73c84a0eaf1c3955bc2bf4e29ea7c4896a715e1e115782890e5c7bb30 adapter_config.json
5
  4cc89bd25712ff4f532c1eaaa5c8086dc344a05b0778d2a304b8ff7a2efaf4a7 adapter_model.safetensors
6
+ 23b7d20b17016fe74cc56949db55d03d9a5862945b9442fad26b2dda7fc2e36c evidence.json
7
  339a15a527229ab82bebce069cb96987a6e2ebb977261f03553759a8f979e57a gpu-test-result.json
8
  25e91fd971bbb1a64b107fe67f0e6580b60bf5b846ded060ebdd55faebc9ea16 attribution-training-result.json
9
+ 5b4bbcd989e639fc5d12519a7448621f7c275d393cba382e1cc215924f735459 publication.json
evidence.json CHANGED
@@ -83,7 +83,7 @@
83
  "publication": {
84
  "repository": "codegeist/codegeist-llm",
85
  "target_release": "v0.2.0",
86
- "adapter_artifact_revision": null,
87
  "anonymous_gpu_reload_passed": false,
88
  "historical_v0_1_tags_preserved": true
89
  },
 
83
  "publication": {
84
  "repository": "codegeist/codegeist-llm",
85
  "target_release": "v0.2.0",
86
+ "adapter_artifact_revision": "a9504a0ee1150ea05f88ff725758404fcb604a32",
87
  "anonymous_gpu_reload_passed": false,
88
  "historical_v0_1_tags_preserved": true
89
  },
publication.json CHANGED
@@ -20,7 +20,7 @@
20
  "Add sanitized attribution evidence and a SHA-256 manifest.",
21
  "Preserve all v0.1.x commits, tags, and historical evidence."
22
  ],
23
- "adapter_artifact_revision": null,
24
  "adapter_weights_changed_from_v0_1": true,
25
  "anonymous_gpu_reload": {
26
  "status": "pending"
 
20
  "Add sanitized attribution evidence and a SHA-256 manifest.",
21
  "Preserve all v0.1.x commits, tags, and historical evidence."
22
  ],
23
+ "adapter_artifact_revision": "a9504a0ee1150ea05f88ff725758404fcb604a32",
24
  "adapter_weights_changed_from_v0_1": true,
25
  "anonymous_gpu_reload": {
26
  "status": "pending"