TensorRT-LLMs/tensorrt_llm/executor
Yan Chunwei c5e803ba48
chore: code cleanup for error logging and SharedMemory in proxy.py (#3432)
* cleanup log

Signed-off-by: Superjomn <328693+Superjomn@users.noreply.github.com>

* remove shared-memory

Signed-off-by: Superjomn <328693+Superjomn@users.noreply.github.com>

* remove ExecutorResponse

Signed-off-by: Superjomn <328693+Superjomn@users.noreply.github.com>

* add assert for postproc

Signed-off-by: Superjomn <328693+Superjomn@users.noreply.github.com>

---------

Signed-off-by: Superjomn <328693+Superjomn@users.noreply.github.com>
2025-04-10 21:57:06 +08:00
..
__init__.py Update TensorRT-LLM (#2873) 2025-03-11 21:13:42 +08:00
executor.py Update (#2978) 2025-03-23 16:39:35 +08:00
ipc.py chore: code cleanup for error logging and SharedMemory in proxy.py (#3432) 2025-04-10 21:57:06 +08:00
postproc_worker.py chore: code cleanup for error logging and SharedMemory in proxy.py (#3432) 2025-04-10 21:57:06 +08:00
proxy.py chore: code cleanup for error logging and SharedMemory in proxy.py (#3432) 2025-04-10 21:57:06 +08:00
request.py Update (#2978) 2025-03-23 16:39:35 +08:00
result.py breaking change: perf: Make ipc_periodically the default responses_handler (#3102) 2025-04-08 10:36:39 +08:00
utils.py chore: code cleanup for error logging and SharedMemory in proxy.py (#3432) 2025-04-10 21:57:06 +08:00
worker.py breaking change: perf: Make ipc_periodically the default responses_handler (#3102) 2025-04-08 10:36:39 +08:00