deepjavalibrary / djl

An Engine-Agnostic Deep Learning Framework in Java
https://djl.ai
Apache License 2.0
4.13k stars 655 forks source link

When can i use the framework on Mac m1 #1607

Closed javst closed 2 years ago

javst commented 2 years ago

Description

(A clear and concise description of what the feature is.)

Will this change the current api? How?

Who will benefit from this enhancement?

References

zachgk commented 2 years ago

We build the engines using GitHub Actions, so we are waiting for GitHub Actions support for Mac M1 for us to add DJL support. You can follow GitHub Actions support through their tracking issue at https://github.com/actions/virtual-environments/issues/2187

frankfliu commented 2 years ago

@javst

I manually build M1 PyTorch JNI for PyTorch. You can try to DJL with PyTorch engine on mac M1 with latest SNAPSHOT release.