You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/docs/phonological-layer.astro
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ import Base from "../../layouts/Base.astro"
32
32
<li><strong>interscript engines</strong> stay pure. A map that needs
33
33
vocalization declares a <code>secryst</code> (or future <code>vocalize</code>) step; without a crystal installed, that map
34
34
simply cannot run that step.</li>
35
-
<li><strong>secryst crystals</strong> (<code>gem secryst</code> · <code>pip install secryst</code> · <code>npm i secryst</code> resolve a model id through <code>models.yaml</code>, download a sha256-verified IMF v1 zip,
35
+
<li><strong>secryst crystals</strong> (<code>gem install secryst</code> · <code>pip install interscript-ml</code> · <code>npm install interscript</code> resolve a model id through <code>models.yaml</code>, download a sha256-verified IMF v1 zip,
36
36
cache it under <code>~/.cache/secryst</code>, and run greedy ONNX
37
37
inference locally. No cloud, no telemetry.</li>
38
38
<li><strong>interscript-ml</strong> is the contract only: the index,
0 commit comments