Skip to content

Commit 6438269

Browse files
committed
chore: change serialized_client_specs type to bytes in guides/deploy.md
server.client_specs.serialize returns a bytes and not an str See https://github.com/zama-ai/concrete/blob/main/frontends/concrete-python/concrete/fhe/compilation/specs.py line 40
1 parent ecb729b commit 6438269

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/guides/deploy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ server = fhe.Server.load("server.zip")
6464

6565
<!--pytest-codeblocks:skip-->
6666
```python
67-
serialized_client_specs: str = server.client_specs.serialize()
67+
serialized_client_specs: bytes = server.client_specs.serialize()
6868
```
6969

7070
7. **Send serialized `ClientSpecs` to clients.**

0 commit comments

Comments
 (0)