Skip to content
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

Add Microsoft.ML.GenAI.Phi, test package and sample project. #7184

Merged
merged 43 commits into from
Jul 30, 2024

update

a97afdf
Select commit
Loading
Failed to load commit list.
Merged

Add Microsoft.ML.GenAI.Phi, test package and sample project. #7184

update
a97afdf
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis succeeded Jul 30, 2024 in 0s

.NET Result Analysis

Details

All checks completed

[MachineLearning-CodeCoverage]

[MachineLearning-CI]

Build Rerun

✔️ Build passed after 1 retries.

(Attempt #1) [link to build]

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

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌Cmd.exe exited with code '1'.

Non-Deterministic Test Failures Detected

Microsoft.ML.AutoML.Test.AutoMLExperimentTests.AutoMLExperiment_finish_training_when_time_is_up_Async [Details] [1.33% failure rate]
[ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

Failing Configuration

Exception Message
Expected cts.IsCancellationRequested to be false, but found True.
CallStack
   at FluentAssertions.Execution.XUnit2TestFramework.Throw(String message) in C:\projects\fluentassertions-vf06b\Src\FluentAssertions\Execution\XUnit2TestFramework.cs:line 32
   at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message) in C:\projects\fluentassertions-vf06b\Src\FluentAssertions\Execution\TestFrameworkProvider.cs:line 40
   at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) in C:\projects\fluentassertions-vf06b\Src\FluentAssertions\Execution\DefaultAssertionStrategy.cs:line 29
   at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) in C:\projects\fluentassertions-vf06b\Src\FluentAssertions\Execution\AssertionScope.cs:line 234
   at FluentAssertions.Primitives.BooleanAssertions.BeFalse(String because, Object[] becauseArgs) in C:\projects\fluentassertions-vf06b\Src\FluentAssertions\Primitives\BooleanAssertions.cs:line 34
   at Microsoft.ML.AutoML.Test.AutoMLExperimentTests.AutoMLExperiment_finish_training_when_time_is_up_Async() in D:\a\_work\1\s\test\Microsoft.ML.AutoML.Tests\AutoMLExperimentTests.cs:line 179
--- End of stack trace from previous location ---

Was this helpful? Yes No