Skip to content

Commit d2fd6a7

Browse files
authored
Initial MLI schemas and MessageHandler class (#607)
This PR adds the Capnproto schemas and initial MessageHandler class and tests.
1 parent 7d995bb commit d2fd6a7

30 files changed

+3457
-0
lines changed

doc/changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ Jump to:
99

1010
## SmartSim
1111

12+
### MLI branch
13+
14+
Description
15+
16+
- Added schemas and MessageHandler class for de/serialization of
17+
inference requests and response messages
18+
19+
1220
### Development branch
1321

1422
To be released at some future point in time

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ def has_ext_modules(_placeholder):
176176
"protobuf~=3.20",
177177
"jinja2>=3.1.2",
178178
"watchdog>=4.0.0",
179+
"pycapnp==2.0.0",
179180
"pydantic==1.10.14",
180181
"pyzmq>=25.1.2",
181182
"pygithub>=2.3.0",

smartsim/_core/mli/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)