mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-06-19 15:52:08 +00:00
docs: link mention Logits Warper README
Provide a link for detail in Logits Warper.
This commit is contained in:
parent
c0aeb32583
commit
578dee03bf
@ -46,7 +46,7 @@ to power LLMs api-inference widgets.
|
||||
- Quantization with [bitsandbytes](https://github.com/TimDettmers/bitsandbytes)
|
||||
- [Safetensors](https://github.com/huggingface/safetensors) weight loading
|
||||
- Watermarking with [A Watermark for Large Language Models](https://arxiv.org/abs/2301.10226)
|
||||
- Logits warpers (temperature scaling, topk, repetition penalty ...)
|
||||
- Logits warper (temperature scaling, TopP, TopK, repetition penalty, more details see [transformers.generation_logits_process](https://huggingface.co/transformers/v4.1.1/_modules/transformers/generation_logits_process.html))
|
||||
- Stop sequences
|
||||
- Log probabilities
|
||||
- Production ready (distributed tracing with Open Telemetry, Prometheus metrics)
|
||||
|
Loading…
Reference in New Issue
Block a user