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

[GenAI] Add LLaMA support #7220

Merged
merged 25 commits into from
Aug 28, 2024

rename test to LLaMA3_1

19a2d7e
Select commit
Loading
Failed to load commit list.
Merged

[GenAI] Add LLaMA support #7220

rename test to LLaMA3_1
19a2d7e
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis succeeded Aug 28, 2024 in 0s

.NET Result Analysis

Details

All checks completed

[MachineLearning-CI]

[MachineLearning-CodeCoverage]

Build Rerun

✔️ Build passed after 1 retries.

(Attempt #1) [link to build]

MachineLearning-CI / Windows_cross_arm64_Net6 / Windows_cross_arm64_Net6 Release_Build / Run Helix Tests

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

Non-Deterministic Test Failures Detected

Microsoft.ML.AutoML.Test.AutoMLExperimentTests.AutoMLExperiment_return_current_best_trial_when_ct_is_canceled_with_trial_completed_Async [Console] [Details] [Artifacts] [1.02% failure rate]
[ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

Failing Configuration

Exception Message
Expected value to be less than or equal to 2500L, but found 4751L (difference of 2251).
CallStack
   at FluentAssertions.Execution.XUnit2TestFramework.Throw(String message)
   at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message)
   at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message)
   at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc)
   at FluentAssertions.Numeric.NumericAssertions`2.BeLessThanOrEqualTo(T expected, String because, Object[] becauseArgs)
   at FluentAssertions.Numeric.NumericAssertions`2.BeLessOrEqualTo(T expected, String because, Object[] becauseArgs)
   at Microsoft.ML.AutoML.Test.AutoMLExperimentTests.AutoMLExperiment_return_current_best_trial_when_ct_is_canceled_with_trial_completed_Async() in D:\a\_work\1\s\test\Microsoft.ML.AutoML.Tests\AutoMLExperimentTests.cs:line 146
--- End of stack trace from previous location ---
Microsoft.ML.AutoML.Tests.WorkItemExecution [Console] [Details] [Artifacts] [1.02% failure rate]
[ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]
This is a helix work item crash with status: BadExit. To investigate look the [Console log] / navigate to [Helix Artifacts]

Failing Configuration

Was this helpful? Yes No