Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix multiple temperature scaling in sample_non_deterministic()
Ensures that temperature scaling is applied only once by moving it inside softmax() instead of modifying logits multiple times. Fixes issue #19.
- Loading branch information