File size: 309 Bytes
a397aaa
4e4b4b1
a397aaa
 
 
 
 
 
 
4e4b4b1
 
1
2
3
4
5
6
7
8
9
10
11
12
#install
    
    conda create -n druggpt python=3.7
    conda activate druggpt

    pip install datasets
    pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu117
    pip install transformers
    pip install scipy scikit-learn
    conda install -c openbabel openbabel