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 Mistral 7B Instruction V0.3 #7231

Merged
merged 19 commits into from
Sep 26, 2024

Update Microsoft.ML.GenAI.Mistral.csproj

7eb9f58
Select commit
Loading
Failed to load commit list.
Merged

[GenAI] Add Mistral 7B Instruction V0.3 #7231

Update Microsoft.ML.GenAI.Mistral.csproj
7eb9f58
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis succeeded Sep 26, 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 / MacOS_x64_Net60 / MacOS_x64_Net60 Release_Build / Run Helix Tests

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

Non-Deterministic Test Failures Detected

Microsoft.ML.TorchSharp.Tests.QATests.TestSimpleQA [Console] [Details] [Artifacts] [0.75% failure rate]
[ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

Failing Configuration

Exception Message
System.InvalidOperationException : Error downloading resource from 'https://aka.ms/mlnet-resources/models/pretrained_Roberta_encoder.tsm': DownloadFailed with exception One or more errors occurred. (Object synchronization method was called from an unsynchronized block of code.)\nDownloadFailed with exception One or more errors occurred. (The wait completed due to an abandoned mutex.)\nDownloadFailed with exception One or more errors occurred. (The wait completed due to an abandoned mutex.)\nDownloadFailed with exception One or more errors occurred. (The wait completed due to an abandoned mutex.)\nDownloadFailed with exception One or more errors occurred. (Object synchronization method was called from an unsynchronized block of code.)\n
model file could not be downloaded!
CallStack
   at Microsoft.ML.TorchSharp.Roberta.QATrainer.Trainer.GetModelPath() in /Users/runner/work/1/s/src/Microsoft.ML.TorchSharp/Roberta/QATrainer.cs:line 262
   at Microsoft.ML.TorchSharp.Roberta.QATrainer.Trainer..ctor(QATrainer parent, IChannel ch, IDataView input) in /Users/runner/work/1/s/src/Microsoft.ML.TorchSharp/Roberta/QATrainer.cs:line 206
   at Microsoft.ML.TorchSharp.Roberta.QATrainer.Fit(IDataView input) in /Users/runner/work/1/s/src/Microsoft.ML.TorchSharp/Roberta/QATrainer.cs:line 155
   at Microsoft.ML.Data.EstimatorChain`1.Fit(IDataView input) in /Users/runner/work/1/s/src/Microsoft.ML.Data/DataLoadSave/EstimatorChain.cs:line 68
   at Microsoft.ML.TorchSharp.Tests.QATests.TestSimpleQA() in /Users/runner/work/1/s/test/Microsoft.ML.TorchSharp.Tests/QATests.cs:line 52
Microsoft.ML.TorchSharp.Tests.WorkItemExecution [Console] [Details] [Artifacts] [3.97% 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