Skip to content

Commit

Permalink
Use arm64 image by default for MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
karllessard committed Feb 12, 2024
1 parent a5f690b commit aec5ab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow-core/tensorflow-core-platform/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<groupId>org.tensorflow</groupId>
<artifactId>tensorflow-core-native</artifactId>
<version>${project.version}</version>
<classifier>${javacpp.platform.macosx-x86_64.extension}</classifier>
<classifier>${javacpp.platform.macosx-arm64.extension}</classifier>
</dependency>
<dependency>
<groupId>org.tensorflow</groupId>
Expand Down

0 comments on commit aec5ab7

Please sign in to comment.