text-generation-inference/server/text_generation_server
jkaniecki 8f590759e3
Prefill optimization by allocating space only for the first output token (#34) (#62)
Co-authored-by: mswiniarsk <156412439+mswiniarsk@users.noreply.github.com>
Co-authored-by: Karol Damaszke <karol.damaszke@intel.com>
2024-02-22 04:55:43 +01:00
..
models Prefill optimization by allocating space only for the first output token (#34) (#62) 2024-02-22 04:55:43 +01:00
pb feat(server): clear cache on error (#143) 2023-03-28 11:29:35 +02:00
utils Transparent tokenizer uses explicit int32 (#31) (#60) 2024-02-21 14:24:41 +01:00
__init__.py feat(clients): Python client (#103) 2023-03-07 18:52:22 +01:00
cache.py fix(server): decrease memory fragmentation (#557) 2023-07-06 14:28:33 +02:00
cli.py Fix trust remote code (#55) 2024-02-19 07:53:24 +01:00
interceptor.py Debugging utils (#14) 2024-01-15 21:05:27 +01:00
profiler.py High-level server profiler (#13) 2024-01-16 09:57:29 +01:00
server.py Prefill optimization by allocating space only for the first output token (#34) (#62) 2024-02-22 04:55:43 +01:00
tgi_service.py Add changes from Optimum Habana's TGI folder 2023-12-05 11:12:16 +01:00
tracing.py feat(clients): Python client (#103) 2023-03-07 18:52:22 +01:00