minor QoL improvements in offline pipeline

This commit is contained in:
Nicklas Hansen
2024-10-27 14:24:19 -07:00
parent 836547d76f
commit c1dd0c0338
5 changed files with 9 additions and 7 deletions

View File

@@ -0,0 +1 @@
for i in {0..3}; do wget https://huggingface.co/datasets/nicklashansen/tdmpc2/resolve/main/mt30/chunk_${i}.pt?download=true && mv chunk_${i}.pt'?download=true' chunk_${i}.pt; done