Skip to content

master-bd65c97

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Jun 14:20
bd65c97
Make sampling with bias numerically stable (#90)

* Update sampling.py

Remove a slow for loop on logit bias. Make the numpy re-softmax operation numerically stable.

* Update sampling.py