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] Support Llama 3.2 1B and 3B model #7245

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

LittleLittleCloud
Copy link
Contributor

We are excited to review your PR.

So we can do the best job, please check:

  • There's a descriptive title that will make sense to other developers some time from now.
  • There's associated issues. All PR's should have issue(s) associated - unless a trivial self-evident change such as fixing a typo. You can use the format Fixes #nnnn in your description to cause GitHub to automatically close the issue(s) when your PR is merged.
  • Your change description explains what the change does, why you chose your approach, and anything else that reviewers should know.
  • You have included any necessary tests in the same PR.

#7169

@LittleLittleCloud LittleLittleCloud marked this pull request as ready for review September 26, 2024 20:21
Copy link

codecov bot commented Sep 26, 2024

Codecov Report

Attention: Patch coverage is 50.00000% with 28 lines in your changes missing coverage. Please review.

Project coverage is 68.78%. Comparing base (817a77f) to head (68c7ec2).

Files with missing lines Patch % Lines
src/Microsoft.ML.GenAI.LLaMA/LlamaForCausalLM.cs 33.33% 20 Missing ⚠️
...st/Microsoft.ML.GenAI.LLaMA.Tests/LLaMA3_2Tests.cs 77.77% 3 Missing and 1 partial ⚠️
src/Microsoft.ML.GenAI.LLaMA/LlamaConfig.cs 66.66% 0 Missing and 2 partials ⚠️
src/Microsoft.ML.GenAI.LLaMA/Module/LlamaModel.cs 0.00% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7245      +/-   ##
==========================================
- Coverage   68.78%   68.78%   -0.01%     
==========================================
  Files        1461     1462       +1     
  Lines      272208   272261      +53     
  Branches    28168    28176       +8     
==========================================
+ Hits       187250   187286      +36     
- Misses      77720    77730      +10     
- Partials     7238     7245       +7     
Flag Coverage Δ
Debug 68.78% <50.00%> (-0.01%) ⬇️
production 63.29% <36.84%> (+<0.01%) ⬆️
test 89.04% <77.77%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
src/Microsoft.ML.GenAI.LLaMA/LlamaConfig.cs 91.52% <66.66%> (-2.82%) ⬇️
src/Microsoft.ML.GenAI.LLaMA/Module/LlamaModel.cs 18.55% <0.00%> (-0.20%) ⬇️
...st/Microsoft.ML.GenAI.LLaMA.Tests/LLaMA3_2Tests.cs 77.77% <77.77%> (ø)
src/Microsoft.ML.GenAI.LLaMA/LlamaForCausalLM.cs 17.64% <33.33%> (+3.61%) ⬆️

... and 8 files with indirect coverage changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants