Skip to content

Commit

Permalink
Fix names
Browse files Browse the repository at this point in the history
  • Loading branch information
jlaw9 committed Sep 16, 2022
1 parent f11219f commit 7982d75
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions download.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Download the pretraiend models and structure files from the github release
github_release="https://github.com/jlaw9/upper-bound-energy-gnn/releases/download/0.1"
github_release="https://github.com/jlaw9/upper-bound-energy-gnn/releases/download/v0.1"

f="fully_relaxed.json.gz"
echo "wget -O inputs/$f $github_release/$f"
Expand All @@ -9,11 +9,11 @@ f="volume_relaxed.json.gz"
echo "wget -O inputs/$f $github_release/$f"
wget -O inputs/$f $github_release/$f

f="icsd_full_and_vol_battery.hdf5"
f="icsd_and_full_vol_battery.hdf5"
echo "wget -O pretrained_models/$f $github_release/$f"
wget -O pretrained_models/$f $github_release/$f

f="20220607_icsd_full_and_vol_battery.hdf5"
f="20220607_icsd_and_full_vol_battery.hdf5"
echo "wget -O pretrained_models/$f $github_release/$f"
wget -O pretrained_models/$f $github_release/$f

Expand Down

0 comments on commit 7982d75

Please sign in to comment.