dotnet / dotnet/machinelearning

Remove unsupported platform check.

Open
#6,141 3 comments 1 reaction 1 assignee Claimed by @matouskozak View on GitHub
area-Native enhancement Priority:2
Dominant language
C#
Stars
9.4k
Forks
2k
Avg merge
2d 20h
Merged PRs (30d)
11

Description

I have the following build script:

```
dotnet publish -c Release --runtime linux-arm64 --self-contained
```

This results in the following error:

```
/Users/gjtorikian/.nuget/packages/microsoft.ml/1.7.1/build/netstandard2.0/Microsoft.ML.targets(16,5): error : Microsoft.ML currently supports 'x64' and 'x86' processor architectures. Please ensure your application is targeting 'x64' or 'x86'.
```

Is arm64 not supported?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.