jzloko commited on
Commit
f4aeca5
·
verified ·
1 Parent(s): eaeb6eb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -11
README.md CHANGED
@@ -93,6 +93,19 @@ Artifacts:
93
  - `operator_ed25519_public.pem` provides the demo public key used for signing
94
 
95
 
 
 
 
 
 
 
 
 
 
 
 
 
 
96
  ---
97
 
98
  ## Offline package (ZIP + .loko payload)
@@ -120,16 +133,5 @@ python .\ReleaseGate\bin\verify_release_gate_loko.py --loko .\ReleaseGate\incomi
120
  python .\ReleaseGate\bin\verify_release_gate_loko.py --loko .\ReleaseGate\incoming\run-b-production-gate.loko --out .\REVIEW_run_b --pubkey-pin 1f61014bc8bf5bedc9389c5950d9a46c703c8d91701d762b892fd1a924dcd367
121
 
122
 
123
- ---
124
-
125
-
126
- ## How to fetch this repo by revision
127
 
128
- ```python
129
- from huggingface_hub import snapshot_download
130
 
131
- snapshot_download(
132
- repo_id="LokoAI/release-gate-records",
133
- repo_type="dataset",
134
- revision="main"
135
- )
 
93
  - `operator_ed25519_public.pem` provides the demo public key used for signing
94
 
95
 
96
+ ---
97
+
98
+ ## How to fetch this repo by revision
99
+
100
+ ```python
101
+ from huggingface_hub import snapshot_download
102
+
103
+ snapshot_download(
104
+ repo_id="LokoAI/release-gate-records",
105
+ repo_type="dataset",
106
+ revision="main"
107
+ )
108
+
109
  ---
110
 
111
  ## Offline package (ZIP + .loko payload)
 
133
  python .\ReleaseGate\bin\verify_release_gate_loko.py --loko .\ReleaseGate\incoming\run-b-production-gate.loko --out .\REVIEW_run_b --pubkey-pin 1f61014bc8bf5bedc9389c5950d9a46c703c8d91701d762b892fd1a924dcd367
134
 
135
 
 
 
 
 
136
 
 
 
137