Skip to content

Commit

Permalink
Merge pull request #1 from uhh-pd-ml/add-checkpoints
Browse files Browse the repository at this point in the history
Update download_checkpoints.sh to fetch checkpoints from a new URL an…
  • Loading branch information
HenningRose authored Jan 14, 2025
2 parents 83eb463 + 8489ec7 commit 5990f8c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions checkpoints/download_checkpoints.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
curl --output checkpoints.tar #TODO: Add link to checkpoints.tar
tar -xvf checkpoints.tar
rm -rf checkpoints.tar
curl --output https://syncandshare.desy.de/index.php/s/PDJmkdBodD9TYRB/download\?path\=\&files\=checkpoints.tar.gz
tar -xvf checkpoints.tar.gz
rm -rf checkpoints.tar.gz

0 comments on commit 5990f8c

Please sign in to comment.