Skip to content

Commit

Permalink
readme fix for unimol_plus
Browse files Browse the repository at this point in the history
  • Loading branch information
synsis committed Jan 19, 2024
1 parent 9913e85 commit 3d649d0
Show file tree
Hide file tree
Showing 35 changed files with 6 additions and 3 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ To begin working with NAG2G, you'll need to set up your environment. Below is a
git clone https://github.com/dptech-corp/Uni-Core
cd Uni-Core
pip install .
cd -

# Install Unimol plus
cd unimol_plus
pip install .
cd -

# Install PyTorch and related libraries
pip install torch torchvision torchaudio
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file added unimol_plus/figure/overview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 0 additions & 3 deletions valid.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,6 @@ case $model_infer_type in
[ -z "${data_path}" ] && data_path='USPTO50K_brief_20230227'
task=G2G_unimolv2
encoder_type=unimolv2
cd unimolplus
pip install .
cd -
echo "u50"
;;
*)
Expand Down

0 comments on commit 3d649d0

Please sign in to comment.