better example module, add port

This commit is contained in:
jmorganca
2024-05-25 20:11:57 -07:00
parent ec17359a68
commit d12db0568e
8 changed files with 179 additions and 149 deletions

View File

@@ -1,5 +1,7 @@
# `runner`
A subprocess runner for loading a model and running inference via a small http web server.
```
./runner -model <model binary>
```