PhilippeChatigny
Results
1
comments of
PhilippeChatigny
@ktrapeznikov Here's a workaround if you want to send bytes. I am using using [safetensors](https://huggingface.co/docs/safetensors/index) as a way to serialize here but it can be any bytes. ```python import litserve...