Skip to content

Commit

Permalink
refactor and deprecate old equiformerv2 (#812)
Browse files Browse the repository at this point in the history
* refactor and deprecate old equiformerv2

* remove equiv2_backbone_and_heads

* lint fixes

* remove backbone and heads model

* fix merge

* split up tests

* update

* add in missing file
  • Loading branch information
misko committed Aug 21, 2024
1 parent 1f0f631 commit 427fb8d
Show file tree
Hide file tree
Showing 6 changed files with 926 additions and 443 deletions.
2 changes: 1 addition & 1 deletion src/fairchem/core/models/equiformer_v2/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from __future__ import annotations

from .equiformer_v2 import EquiformerV2
from .equiformer_v2_deprecated import EquiformerV2

__all__ = ["EquiformerV2"]
Loading

0 comments on commit 427fb8d

Please sign in to comment.