We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97188e6 commit 48ab2d9Copy full SHA for 48ab2d9
vllm/v1/serial_utils.py
@@ -69,7 +69,6 @@ def encode(self, obj: Any) -> Sequence[bytestr]:
69
finally:
70
self.aux_buffers = None
71
72
- # TODO: would be nice to make this automatic
73
def encode_into(self, obj: Any, buf: bytearray) -> Sequence[bytestr]:
74
try:
75
self.aux_buffers = [buf]
0 commit comments