Skip to content

Commit

Permalink
fix softlink
Browse files Browse the repository at this point in the history
  • Loading branch information
CiaoHe authored Mar 25, 2024
1 parent 454b761 commit a0b456d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@ Download the following weights and put them in the `checkpoints` folder.
```Shell
# Under the checkpoints folder
# get the weights for the vicuna model (https://huggingface.co/lmsys/vicuna-7b-v1.3)
ln -s vicuna-v1-3-7b YOUR_PATH_TO_vicuna_v1_3_7b
ln -s YOUR_PATH_TO_vicuna_v1_3_7b vicuna-v1-3-7b
# get the weights for MoleculeSTM model
mkdir MoleculeSTM
wget https://huggingface.co/chao1224/MoleculeSTM/resolve/main/demo/demo_checkpoints_Graph/molecule_model.pth -P MoleculeSTM
# download the weights for scibert_scivocab_uncased model (https://huggingface.co/allenai/scibert_scivocab_uncased)
ln -s scibert_scivocab_uncased YOUR_PATH_TO_scibert_scivocab_uncased
ln -s YOUR_PATH_TO_scibert_scivocab_uncased scibert_scivocab_uncased
cd .. # back to the root directory
```
* [Optional] Get graphmvp weights, please refer to [GraphMVP weights download guidance](https://github.com/chao1224/GraphMVP#for-graphmvp-pre-training).
Expand Down Expand Up @@ -134,4 +134,4 @@ If you find InstructMol useful for your your research and applications, please c
## Acknowledgement
- [Vicuna](https://github.com/lm-sys/FastChat): the main base-LLM we used.
- [LLaVA](https://github.com/haotian-liu/LLaVA/tree/main): the codebase we built upon.
- [LLaVA](https://github.com/haotian-liu/LLaVA/tree/main): the codebase we built upon.

0 comments on commit a0b456d

Please sign in to comment.