• Daniël de Kok's avatar
    server: use chunked inputs · bf3c8137
    Daniël de Kok authored
    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.
    bf3c8137
test_seq2seq_lm.py 12.8 KB