-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* not sure i can reproduce this on github * cuda might help * update trainer * fix yaml? * add skip condition * remove num_workers kwarg * update conda environment
- Loading branch information
1 parent
5f771ce
commit 4c6953b
Showing
3 changed files
with
93 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
# environment for testing cuda | ||
name: openff-nagl-test-cuda | ||
channels: | ||
- openeye | ||
- dglteam/label/cu117 | ||
- pytorch | ||
- nvidia | ||
- conda-forge | ||
- defaults | ||
dependencies: | ||
# Base depends | ||
- python | ||
- pip | ||
|
||
# UI | ||
- click | ||
- click-option-group | ||
- tqdm | ||
- rich | ||
|
||
# chemistry | ||
- openff-recharge | ||
- openff-toolkit-base >=0.11.1 | ||
- openff-units | ||
- pydantic <3 | ||
- rdkit | ||
- openeye-toolkits | ||
|
||
# database | ||
- pyarrow | ||
|
||
# gcn | ||
- cudatoolkit | ||
- dgl ==1.1.2 | ||
- pytorch >=2.0 | ||
- pytorch-lightning | ||
- pytorch-cuda ==11.7 | ||
|
||
# parallelism | ||
- dask-jobqueue | ||
|
||
# Testing | ||
- pytest | ||
- pytest-cov | ||
- pytest-xdist | ||
- codecov | ||
|
||
# Pip-only installs | ||
- pip: | ||
- rich |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters