We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4226878 + 9a7ab96 commit c2812adCopy full SHA for c2812ad
README.md
@@ -6,7 +6,7 @@
6
- **Bug fixed**: previously in our floating point quantization, numbers that are closer to 0 than the smallest
7
representable positive number rounded to the smallest rep positive number. Now we round to 0 or the smallest
8
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),
+ - **Different Behavior**: To be consistent with PyTorch [Issue #17443](https://github.com/pytorch/pytorch/pull/17443),
10
we round the nearest even now.
11
- We migrate to PyTorch 1.5.0. There are several changes in the C++ API of PyTorch.
12
This new version is not backward-compatible with older PyTorch.
0 commit comments