hf_text-generation-inference/server/tests/models
Daniël de Kok bf3c813782 server: use chunked inputs
The router will now send the input as chunks besides as a single
string. This change modifies the server to process chunked input
rather than strings. This also allows us to remove the image
extraction code from the server.
2024-06-07 08:09:04 +02:00
..
test_bloom.py server: use chunked inputs 2024-06-07 08:09:04 +02:00
test_causal_lm.py server: use chunked inputs 2024-06-07 08:09:04 +02:00
test_model.py fix(server): fix decode token (#334) 2023-05-16 23:23:27 +02:00
test_santacoder.py server: use chunked inputs 2024-06-07 08:09:04 +02:00
test_seq2seq_lm.py server: use chunked inputs 2024-06-07 08:09:04 +02:00