flax
4ccd5fff
- Fix temperature sampler loop termination condition:
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
4 years ago
Fix temperature sampler loop termination condition: The `i0` starts from 0, so if we use `i <= max_decode_length`, we will run max_decoed_length + 1 times. PiperOrigin-RevId: 395652813
References
#1529 - Fix temperature sampler loop termination condition:
Author
renjie-liu
Committer
a-googler
Parents
777ee543
Loading