Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to install env with python3.7, cuda 11.1 #12

Open
funihang opened this issue Dec 17, 2021 · 0 comments
Open

How to install env with python3.7, cuda 11.1 #12

funihang opened this issue Dec 17, 2021 · 0 comments

Comments

@funihang
Copy link

install.sh

#Installing env with python3.7

conda create --name envgrover37 python=3.7
conda activate env grover37

pip install torch==1.8.0+cu111 torchvision==0.9.0+cu111 torchaudio==0.8.0 -f https://download.pytorch.org/whl/torch_stable.html

(cuda version: 11.1)

conda install -c conda-forge boost
conda install -c conda-forge boost-cpp
conda install -c rmg descriptastorus
conda install -c acellera rdkit=2019.03.4.0
conda install -c conda-forge tqdm
conda install -c anaconda typing
conda install -c anaconda scipy=1.3.0
conda install -c anaconda scikit-learn=0.21.2

how to fix 'module grover not found' error

Add
import sys sys.path.append('/user/grover/')
to build_vocab.py and save_features.py split_data.py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant