Xinyi Liu
Results
2
issues of
Xinyi Liu
I try to build from source code though document `docs/inference/build.md` . And I realized that this document is out of date.( Because only cuda11 supports the header `#include `) Then...
In math.isclose, when y is equal to 0, the relative difference is equal to 1, so it can't work correctly. We should use abs difference.