We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 329d0ff commit 300864cCopy full SHA for 300864c
README.md
@@ -117,6 +117,15 @@ This will open an OIDC flow to obtain a short lived token for the certificate.
117
The identity used during signing and the provider must be reused during
118
verification.
119
120
+To only compute and output the digest of the model, you can use the `digest`
121
+subcommand, pointing it to the model directory:
122
+
123
+```bash
124
+[...]$ model_signing digest bert-base-uncased
125
+```
126
127
+The digest subcommand follows the same ignore rules used when signing.
128
129
## Using Private Sigstore Instances
130
131
To use a private Sigstore setup (e.g. custom Rekor/Fulcio), use the `--trust_config` flag:
0 commit comments