Update download_weights.sh

This commit is contained in:
Jun Liu
2026-05-28 17:14:20 +08:00
committed by GitHub
parent ac4d021c22
commit 02b2d63c3b

View File

@@ -38,9 +38,9 @@ else
fi
echo "========== Download PPLM-Contact2 weights =========="
if wget --spider -q "https://zhanggroup.org/PPLM/bin/weights/pplm_contact_models2.pkl"; then
if wget --spider -q "https://zhanggroup.org/PPLM/bin/weights/pplm_contact2_models.pkl"; then
echo " File found on zhanggroup.org. Downloading with wget..."
wget "https://zhanggroup.org/PPLM/bin/weights/pplm_contact_models2.pkl"
wget "https://zhanggroup.org/PPLM/bin/weights/pplm_contact2_models.pkl"
else
echo " File not accessible on zhanggroup.org. Downloading from Google Drive..."
gdown --fuzzy "https://drive.google.com/file/d/1SSEkfyiwtUVO4ZSN10HC5T2v-EGOHXle/view?usp=share_link"