opencomputeproject / oom

MIT License
66 stars 29 forks source link

Enhance OOM JSON Server with Dynamic Shim Loading #25

Closed ofirshe closed 1 week ago

ofirshe commented 1 week ago

Added command-line support for custom shim files using '--shimfile' and optional parameters from a JSON file using '--shimparams'. Both options are optional; if they are not provided, the server will operate as usual.

Usage: python oomjsonsvr.py [--shimfile /path/to/shimfile.py] [--shimparams /path/to/params.json]