Skip to content

Commit

Permalink
Initial MLI schemas and MessageHandler class (#607)
Browse files Browse the repository at this point in the history
This PR adds the Capnproto schemas and initial MessageHandler class and
tests.
  • Loading branch information
AlyssaCote authored Jun 11, 2024
1 parent 7d995bb commit d2fd6a7
Show file tree
Hide file tree
Showing 30 changed files with 3,457 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ Jump to:

## SmartSim

### MLI branch

Description

- Added schemas and MessageHandler class for de/serialization of
inference requests and response messages


### Development branch

To be released at some future point in time
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ def has_ext_modules(_placeholder):
"protobuf~=3.20",
"jinja2>=3.1.2",
"watchdog>=4.0.0",
"pycapnp==2.0.0",
"pydantic==1.10.14",
"pyzmq>=25.1.2",
"pygithub>=2.3.0",
Expand Down
Empty file added smartsim/_core/mli/__init__.py
Empty file.
Loading

0 comments on commit d2fd6a7

Please sign in to comment.