ychenhq's picture
Upload folder using huggingface_hub
04fbff5 verified
raw
history blame
238 Bytes
#!/bin/bash
CACHE_DIR=~/.cache/vbench
wget -P $CACHE_DIR/raft_model/ https://dl.dropboxusercontent.com/s/4j4z58wuv8o0mfz/models.zip
unzip -d ${CACHE_DIR}/raft_model/ $CACHE_DIR/raft_model/models.zip
rm -r $CACHE_DIR/raft_model/models.zip