Zuev Aleksandr
Zuev Aleksandr
I have no more domains in yandex360, so i can't test it.
So basically what need to make buildable on arm to run? * [LibTorchSharp](https://github.com/dotnet/TorchSharp/tree/main/src/Native/LibTorchSharp) * ???
Seems they already support arm targets as nvidia jetson https://github.com/pytorch/pytorch#nvidia-jetson-platforms
> ARM64 on Windows or Linux? Linux
Seems they still includes this stuff for [backwards compatibility](https://github.com/microsoft/microsoft-ui-xaml/issues/8458#issuecomment-1906966470). I think **WinUISDKReferences** flag can be changed for UAP target, need to test that.
It seems WebView2 themself also adds Microsoft.VCLibs reference. 
Yes i think i can provide full arm support. 1. I agree with AllowUnofficialDistributions. I think also for any linux system it is possible try to find if system already...
You can add this into publish profile and it will build. ``` false ```
@genemars i'm trying to train model on Radxa Rock-5b board and i already catch some random errors which didn't throw on windows with same code.
Also [TorchSharp ](https://github.com/dotnet/TorchSharp)don't work on arm at all.