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

feat(jax): build nlist in the SavedModel & fix nopbc for StableHLO and SavedModel #4318

Merged
merged 32 commits into from
Nov 11, 2024

clean up

e4bac35
Select commit
Loading
Failed to load commit list.
Merged

feat(jax): build nlist in the SavedModel & fix nopbc for StableHLO and SavedModel #4318

clean up
e4bac35
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 9, 2024 in 0s

84.52% (+0.01%) compared to 6c66be9

View this Pull Request on Codecov

84.52% (+0.01%) compared to 6c66be9

Details

Codecov Report

Attention: Patch coverage is 68.85965% with 71 lines in your changes missing coverage. Please review.

Project coverage is 84.52%. Comparing base (6c66be9) to head (e4bac35).
Report is 4 commits behind head on devel.

Files with missing lines Patch % Lines
deepmd/jax/jax2tf/transform_output.py 12.50% 35 Missing ⚠️
deepmd/jax/jax2tf/make_model.py 38.09% 13 Missing ⚠️
deepmd/jax/jax2tf/serialization.py 66.66% 8 Missing ⚠️
deepmd/jax/jax2tf/nlist.py 91.76% 7 Missing ⚠️
deepmd/jax/jax2tf/region.py 79.16% 5 Missing ⚠️
deepmd/jax/model/hlo.py 77.77% 2 Missing ⚠️
deepmd/jax/jax2tf/tfmodel.py 91.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##            devel    #4318      +/-   ##
==========================================
+ Coverage   84.50%   84.52%   +0.01%     
==========================================
  Files         570      575       +5     
  Lines       53162    53388     +226     
  Branches     3059     3059              
==========================================
+ Hits        44927    45124     +197     
- Misses       7272     7301      +29     
  Partials      963      963              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.