Skip to content

Commit

Permalink
uncomment DEEP_EVAL
Browse files Browse the repository at this point in the history
Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
  • Loading branch information
njzjz authored Oct 26, 2024
1 parent 627947a commit c9fee92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepmd/backend/jax.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class JAXBackend(Backend):
features: ClassVar[Backend.Feature] = (
Backend.Feature.IO
# Backend.Feature.ENTRY_POINT
# | Backend.Feature.DEEP_EVAL
| Backend.Feature.DEEP_EVAL
# | Backend.Feature.NEIGHBOR_STAT
)
"""The features of the backend."""
Expand Down

0 comments on commit c9fee92

Please sign in to comment.