Skip to content

Commit

Permalink
install hydra and torchtnt (#967)
Browse files Browse the repository at this point in the history
  • Loading branch information
rayg1234 authored Jan 15, 2025
1 parent f290b21 commit 4f42b67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions packages/env.gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ dependencies:
- torch_scatter==2.1.2+pt24cu121
- torch_sparse==0.6.18+pt24cu121
- torch_spline_conv==1.2.2+pt24cu121
- hydra-core==1.3.2
- torchtnt==0.2.4
- pyyaml
- tqdm
- python-lmdb
Expand Down
2 changes: 1 addition & 1 deletion src/fairchem/core/common/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -975,7 +975,7 @@ def setup_logging() -> None:
root.setLevel(target_logging_level)
if not root.hasHandlers():
log_formatter = logging.Formatter(
"%(asctime)s (%(levelname)s): %(message)s",
"%(asctime)s %(pathname)s:%(lineno)d: (%(levelname)s): %(message)s",
datefmt="%Y-%m-%d %H:%M:%S",
)

Expand Down

0 comments on commit 4f42b67

Please sign in to comment.