mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-06-10 03:12:07 +00:00
When on-device sampling is enabled, we need to emulate the greedy behaviour using top-k=1, top-p=1, temperature=1. |
||
---|---|---|
.. | ||
cli.py | ||
generator.py | ||
interceptor.py | ||
model.py | ||
server.py |