hf_text-generation-inference/docs/source
drbh 06c3d4b1ec
feat: accept list as prompt and use first string (#1702)
This PR allows the `CompletionRequest.prompt` to be sent as a string or
array of strings. When an array is sent the first value will be used if
it's a string; otherwise the according error will be thrown

Fixes:
https://github.com/huggingface/text-generation-inference/issues/1690
Similar to: https://github.com/vllm-project/vllm/pull/323/files
2024-04-17 10:41:12 +02:00
..
basic_tutorials feat: accept list as prompt and use first string (#1702) 2024-04-17 10:41:12 +02:00
conceptual Fix typo in guidance.md (#1735) 2024-04-12 16:51:07 +02:00
_toctree.yml Pickle conversion now requires `--trust-remote-code`. (#1704) 2024-04-05 13:32:53 +02:00
index.md Remove some content from the README in favour of the documentation (#958) 2023-10-09 11:59:06 +02:00
installation.md chore: add pre-commit (#1569) 2024-02-16 11:58:58 +01:00
messages_api.md chore: add pre-commit (#1569) 2024-02-16 11:58:58 +01:00
quicktour.md Use a better model for the quick tour (#1639) 2024-03-12 11:25:32 +01:00
supported_models.md Adding Llava-Next (Llava 1.6) with full support. (#1709) 2024-04-09 21:32:00 +02:00