Skip to content

Commit

Permalink
Update download_checkpoints.sh to fetch checkpoints from a new URL an…
Browse files Browse the repository at this point in the history
…d extract the correct file format
  • Loading branch information
HenningRose committed Jan 14, 2025
1 parent 83eb463 commit 8489ec7
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 8489ec7

Please sign in to comment.