From 02b2d63c3b2b39562be3d96f6c4438bab7b60ef3 Mon Sep 17 00:00:00 2001 From: Jun Liu Date: Thu, 28 May 2026 17:14:20 +0800 Subject: [PATCH] Update download_weights.sh --- weights/download_weights.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/weights/download_weights.sh b/weights/download_weights.sh index a19c379..afd945b 100644 --- a/weights/download_weights.sh +++ b/weights/download_weights.sh @@ -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"