xydrolase / shap4j

JVM bindings for the SHAP library
MIT License
6 stars 0 forks source link

Adding support for macosx-arm64. #10

Closed xydrolase closed 2 years ago

xydrolase commented 2 years ago

Motivation

The existing release for shap4j does not support Mac M1 devices, which makes running & debugging JVM applications using shap4j locally difficult.

Solution Details

Adding macosx-arm64 as a new platform for cross-building. The next release (0.0.3) will contain native libraries built for macosx-arm64.