Skip to content

Unable to execute MLNet CLI on Apple Silicon machine #1432

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
cigoic opened this issue May 4, 2021 · 3 comments
Closed

Unable to execute MLNet CLI on Apple Silicon machine #1432

cigoic opened this issue May 4, 2021 · 3 comments
Labels
GS Tutorial Bug from customer using Getting Started Tutorial Reported by: Customer Stale

Comments

@cigoic
Copy link

cigoic commented May 4, 2021

System Information (please complete the following information):

  • Model Builder or CLI Version: 16.2.0
  • Visual Studio Version (if applicable): 2019 for Mac 8.9.8 (build 7)

Describe the bug

To Reproduce
Steps to reproduce the behavior:

  1. Install mlnet: dotnet tool install -g mlnet
  2. Unzip yelp_labelled.txt to current work folder.
  3. Execute commend: mlnet classification --dataset "yelp_labelled.txt" --has-header false --label-col 1 --train-time 20
  4. Error: zsh: killed ~/.dotnet/tools/mlnet classification --dataset "yelp_labelled.txt" false 1 2

Expected behavior
mlnet starts training process.

Screenshots
Screen Shot 2021-05-04 at 1 52 23 PM

Additional context
Add any other context about the problem here.

@cigoic cigoic added the GS Tutorial Bug from customer using Getting Started Tutorial label May 4, 2021
@JakeRadMSFT
Copy link
Contributor

JakeRadMSFT commented May 4, 2021

Thanks for reporting and for showing interest in mlnet running on apple silicon!

Currently ML.NET framework isn't fully apple silicon compatible. We're working closely with that team and when it's available we'll release a new mlnet cli as well.

Thanks for your feedback!

@JakeRadMSFT
Copy link
Contributor

Related: dotnet/machinelearning#5628

@github-actions github-actions bot added the Stale label Jun 4, 2021
@luisquintanilla
Copy link
Contributor

Hi @cigoic

We recently published some updates to the CLI and you should be able to use it with M1.

You can install it with the following command:

dotnet tool install -g mlnet-osx-arm64

For more details, see the installation instructions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
GS Tutorial Bug from customer using Getting Started Tutorial Reported by: Customer Stale
Projects
None yet
Development

No branches or pull requests

4 participants