Skip to content

Remove dead dependency tracked by Darc - #7674

Open
Youssef1313 wants to merge 1 commit into
dotnet:mainfrom
Youssef1313:patch-2
Open

Remove dead dependency tracked by Darc#7674
Youssef1313 wants to merge 1 commit into
dotnet:mainfrom
Youssef1313:patch-2

Remove dead dependency tracked by Darc

bed4a37
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed Aug 12, 2026 in 0s

.NET Result Analysis

Details

Tip

To unconditionally bypass the build analysis check (turn it green), you can use the escape mechanism feature. The completion time may vary, potentially taking several minutes, depending on the build analysis workload at the moment.

Known Repository Errors

Build Failures

MachineLearning-CodeCoverage / Windows_x64 / Windows_x64 Build_Debug / Run All Tests.

[ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]
    ❌Cmd.exe exited with code '1'.

Known test errors

Test Failures (2 tests failed)

🔹 [All failing tests from MachineLearning-CodeCoverage]

    Microsoft.ML.GenAI.LLaMA.Tests.LLaMA3_1Tests.Llama_3_1_405b_ShapeTest [Details] [1.99% failure rate]
    [ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]

    Failing Configuration

    Exception Message
    System.Runtime.InteropServices.SEHException : External component has thrown an exception.
    CallStack
       at TorchSharp.PInvoke.NativeMethods.THSNN_Module_to_dtype(HType module, SByte dtype, Boolean non_blocking)
       at TorchSharp.torch.nn.Module._to(ScalarType dtype, Boolean non_blocking)
       at TorchSharp.torch.nn.Module.MoveModule[T](Device device, Nullable`1 dtype)
       at TorchSharp.torch.nn.Linear(Int64 inputSize, Int64 outputSize, Boolean hasBias, Device device, Nullable`1 dtype)
       at Microsoft.ML.GenAI.LLaMA.LlamaForCausalLM..ctor(LlamaConfig config, String device) in D:\a\_work\1\s\src\Microsoft.ML.GenAI.LLaMA\LlamaForCausalLM.cs:line 45
       at Microsoft.ML.GenAI.LLaMA.Tests.LLaMA3_1Tests.Llama_3_1_405b_ShapeTest() in D:\a\_work\1\s\test\Microsoft.ML.GenAI.LLaMA.Tests\LLaMA3_1Tests.cs:line 57
       at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
       at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
    Microsoft.ML.Tests.DatabaseLoaderTests.IrisLightGbmWithTimeout [Details] [3.53% failure rate]
    [ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]

    Failing Configuration

    Exception Message
    Assert.Contains() Failure: Sub-string not found\r\nString:    \"Database 'iris' cannot be upgraded becaus\"···\r\nNot found: \"Timeout\"
    CallStack
       at Microsoft.ML.Tests.DatabaseLoaderTests.IrisLightGbmWithTimeout() in D:\a\_work\1\s\test\Microsoft.ML.Tests\DatabaseLoaderTests.cs:line 47
       at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
       at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

Was this helpful? Yes No