Node package release 1.27.0 #3040
andrey-khropov
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
(uses
catboostmodelnative libraries from the main CatBoost release v1.2.10)Probabilityon CPUs that do not have SSE4 instruction set (that includes all ARM CPUs).Values with probability 0 have been erroneously computed as
nan.__SSE__compiler flag was not enabled for Windows builds with MSVC compiler. This affected code that relied on this flag including quantization during model inference. It is important to note that the compiler itself was configured for SSE support and could still apply automatic SSE optimizations.CMakeLists.txtfiles to the standardCMakevariableCMAKE_CUDA_ARCHITECTURES, although the default value is non-standard and specified incuda.cmake. Respect CMAKE_CUDA_ARCHITECTURES #2540This discussion was created from the release Node package release 1.27.0 .
Beta Was this translation helpful? Give feedback.
All reactions