Upload /process.sh with huggingface_hub
Browse files- process.sh +1 -1
process.sh
CHANGED
|
@@ -17,8 +17,8 @@ for prefix in {a..z}; do
|
|
| 17 |
done
|
| 18 |
done
|
| 19 |
|
| 20 |
-
echo "COMBINING CHUNKS, THIS MAY TAKE A WHILE..."
|
| 21 |
# Combine the chunked files
|
|
|
|
| 22 |
cat ${BASE_NAME}.${EXTENSION}.* > "$1".tar.gz
|
| 23 |
|
| 24 |
# Remove the chunked files
|
|
|
|
| 17 |
done
|
| 18 |
done
|
| 19 |
|
|
|
|
| 20 |
# Combine the chunked files
|
| 21 |
+
echo "COMBINING CHUNKS, THIS MAY TAKE A WHILE..."
|
| 22 |
cat ${BASE_NAME}.${EXTENSION}.* > "$1".tar.gz
|
| 23 |
|
| 24 |
# Remove the chunked files
|