Skip to content

Commit 9a7ab96

Browse files
authored
Fix typo in README
1 parent a53839c commit 9a7ab96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
- **Bug fixed**: previously in our floating point quantization, numbers that are closer to 0 than the smallest
77
representable positive number rounded to the smallest rep positive number. Now we round to 0 or the smallest
88
representable number based on which one is the nearest
9-
- **Different Behavior**: To be consistent with PyTorch [Issue #16498](https://github.com/pytorch/pytorch/pull/17443),
9+
- **Different Behavior**: To be consistent with PyTorch [Issue #17443](https://github.com/pytorch/pytorch/pull/17443),
1010
we round the nearest even now.
1111
- We migrate to PyTorch 1.5.0. There are several changes in the C++ API of PyTorch.
1212
This new version is no longer backward-compatible with older PyTorch.

0 commit comments

Comments
 (0)