-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Torch sharp version updates and test fixes #6954
Torch sharp version updates and test fixes #6954
Conversation
@@ -3,6 +3,9 @@ | |||
<AssemblyName>Microsoft.ML.TorchSharp.Tests</AssemblyName> | |||
<StrongNameKeyId>Test</StrongNameKeyId> | |||
|
|||
<!-- Remove once we have resolved the TorchSharp issue. --> | |||
<ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch>None</ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's required to avoid MSB3270
, but I thought this wasn't needed on the 8.0 SDK - I thought that warning was completely removed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nope. Its still required unless I am doing something wrong. Throws an error without that.
At least one of the code-coverage failures mentions torchsharp: https://dev.azure.com/dnceng-public/public/_build/results?buildId=528996&view=ms.vss-test-web.build-test-results-tab&runId=12474756&resultId=101332&paneView=debug
|
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #6954 +/- ##
==========================================
- Coverage 68.80% 68.80% -0.01%
==========================================
Files 1249 1249
Lines 249644 249686 +42
Branches 25481 25485 +4
==========================================
+ Hits 171778 171800 +22
- Misses 71275 71292 +17
- Partials 6591 6594 +3
Flags with carried forward coverage won't be shown. Click here to find out more.
|
/backport to release/3.0 |
Started backporting to release/3.0: https://github.com/dotnet/machinelearning/actions/runs/7550850328 |
This PR updates the version of TorchSharp to the latest version to take advantage of some of the bug fixes it has that have been reported to us by some of our users.
It also fixes some test issues (makes the memory intensive ones actually run sequentially, they weren't doing it correctly before), and fixes the test namespace in the new test projects.