-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2880504
commit 9b21196
Showing
4 changed files
with
11 additions
and
13 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 |
---|---|---|
@@ -1,11 +1,13 @@ | ||
python -m pip install --upgrade pip | ||
python -m pip install flake8 pytest pytest-cov hydra-core tqdm torch torchvision | ||
python -m pip install rdkit==2023.3.3 | ||
python -m pip MolScore promptsmiles | ||
python -m pip install flake8 pytest pytest-cov hydra-core tqdm | ||
|
||
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi | ||
# Not using nightly torch | ||
python -m pip install torch torchvision | ||
# python -m pip install --pre torch --extra-index-url https://download.pytorch.org/whl/nightly/cpu --force-reinstall | ||
|
||
pip install torchrl | ||
python -m pip torchrl | ||
python -m pip install rdkit==2023.3.3 | ||
python -m pip MolScore promptsmiles | ||
|
||
cd ../acegen-open | ||
pip install -e . |
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
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