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

lmp: support distributed DPA2 model inference #3440

Closed
wants to merge 10 commits into from

Conversation

CaRoLZhangxy
Copy link
Collaborator

try to construct mapping tensor from lammps atom->tag and atom->map.

@CaRoLZhangxy CaRoLZhangxy marked this pull request as draft March 9, 2024 03:43
Copy link

codecov bot commented Mar 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.26%. Comparing base (5aa1b89) to head (5e1b671).

❗ Current head 5e1b671 differs from pull request most recent head c94d818. Consider uploading reports for the commit c94d818 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##            devel    #3440      +/-   ##
==========================================
- Coverage   77.50%   77.26%   -0.25%     
==========================================
  Files         432      427       -5     
  Lines       37173    36651     -522     
  Branches     1621     1622       +1     
==========================================
- Hits        28812    28319     -493     
+ Misses       7493     7464      -29     
  Partials      868      868              

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

@CaRoLZhangxy CaRoLZhangxy changed the title lmp: support input mapping for DPA2 model lmp: support distributed DPA2 model inference Mar 19, 2024
@njzjz njzjz linked an issue Mar 19, 2024 that may be closed by this pull request
)


op_module: Any = torch.ops.my_ops

Check notice

Code scanning / CodeQL

Unused global variable Note

The global variable 'op_module' is not used.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] _lmp raise "assert mapping is not None" with dpa2 model_
1 participant