You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem?
There is a lot of extra setup required to run k-NN on Mac M1 machines. These steps could potentially be automated to make the user experience much easier.
What solution would you like?
The first part of this issue is to detect the Mac architecture in the build.gradle file. Then, we can modify the gradle build task to automatically run the bash commands necessary for M1 machines only when the current machine is a Mac.
Is your feature request related to a problem?
There is a lot of extra setup required to run k-NN on Mac M1 machines. These steps could potentially be automated to make the user experience much easier.
What solution would you like?
The first part of this issue is to detect the Mac architecture in the build.gradle file. Then, we can modify the gradle build task to automatically run the bash commands necessary for M1 machines only when the current machine is a Mac.
Do you have any additional context?
#1222
The text was updated successfully, but these errors were encountered: