yafitzdev commited on
Commit
64d8ec4
·
verified ·
1 Parent(s): 9bcf58a

Record alpha publication commands

Browse files
Files changed (1) hide show
  1. PUBLISH_COMMANDS.md +10 -8
PUBLISH_COMMANDS.md CHANGED
@@ -1,9 +1,10 @@
1
  # Publication Commands
2
 
3
- Do not run these until publication is explicitly requested.
 
 
4
 
5
  ```powershell
6
- # Optional local check before upload
7
  python scripts\infer_moe_posthoc.py `
8
  --package-dir models\pyrrho-MoE-g3-alpha `
9
  --policy trustworthy_quorum_2_of_3 `
@@ -12,14 +13,15 @@ python scripts\infer_moe_posthoc.py `
12
  --max-samples 8 `
13
  --output models\pyrrho-MoE-g3-alpha\inference_quorum2_smoke.jsonl
14
 
15
- # Create the Hugging Face model repo if it does not exist yet.
16
- hf repo create yafitzdev/pyrrho-MoE-g3-alpha --type model
 
 
 
17
 
18
- # Upload the prepared local release mirror.
19
- hf upload yafitzdev/pyrrho-MoE-g3-alpha models\pyrrho-MoE-g3-alpha . --repo-type model
20
 
21
- # Optional post-upload sanity check.
22
- hf repo files yafitzdev/pyrrho-MoE-g3-alpha --repo-type model
23
  ```
24
 
25
  Expected release directory:
 
1
  # Publication Commands
2
 
3
+ Publication was completed on 2026-05-29 at commit `e56ceaa434cbdcaf5d85efc3ae05e13660c1666c`.
4
+
5
+ Commands used:
6
 
7
  ```powershell
 
8
  python scripts\infer_moe_posthoc.py `
9
  --package-dir models\pyrrho-MoE-g3-alpha `
10
  --policy trustworthy_quorum_2_of_3 `
 
13
  --max-samples 8 `
14
  --output models\pyrrho-MoE-g3-alpha\inference_quorum2_smoke.jsonl
15
 
16
+ hf repos create yafitzdev/pyrrho-MoE-g3-alpha --type model --public --exist-ok
17
+
18
+ hf upload yafitzdev/pyrrho-MoE-g3-alpha models\pyrrho-MoE-g3-alpha . `
19
+ --repo-type model `
20
+ --commit-message "Release pyrrho-MoE-g3-alpha"
21
 
22
+ hf models info yafitzdev/pyrrho-MoE-g3-alpha --json
 
23
 
24
+ hf download yafitzdev/pyrrho-MoE-g3-alpha --dry-run --quiet
 
25
  ```
26
 
27
  Expected release directory: