flashvenom commited on
Commit
2fb3a39
·
verified ·
1 Parent(s): 1787ffa

docs: link browser demo

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -361,6 +361,8 @@ pretraining phase, a corpus deliberately spent on depth instead of breadth.
361
 
362
  ## Torch-free inference (C engine)
363
 
 
 
364
  The repo ships [cengine/](https://github.com/nikshepsvn/thimble/tree/master/cengine),
365
  the full decoder — tokenizer, trunk, grammar walk, name head — in one
366
  dependency-free C file. 48MB int8 weights, ~20ms load, ~350ms per full request
 
361
 
362
  ## Torch-free inference (C engine)
363
 
364
+ **Try it in your browser: [nikshepsvn.com/thimble](https://nikshepsvn.com/thimble/)** — the engine compiled to WebAssembly, running this checkpoint client-side.
365
+
366
  The repo ships [cengine/](https://github.com/nikshepsvn/thimble/tree/master/cengine),
367
  the full decoder — tokenizer, trunk, grammar walk, name head — in one
368
  dependency-free C file. 48MB int8 weights, ~20ms load, ~350ms per full request