fixing lfs ignores
This commit is contained in:
parent
e4d341cecc
commit
658c739058
@ -63,7 +63,10 @@ collect_files() {
|
|||||||
if [[ "$MODE" != "checkpoints-only" ]]; then
|
if [[ "$MODE" != "checkpoints-only" ]]; then
|
||||||
for dir in "${DATA_DIRS[@]}"; do
|
for dir in "${DATA_DIRS[@]}"; do
|
||||||
local abs="$REPO_ROOT/$dir"
|
local abs="$REPO_ROOT/$dir"
|
||||||
[[ -d "$abs" ]] && find "$abs" -type f -not -name '*.zst'
|
[[ -d "$abs" ]] && find "$abs" -type f \
|
||||||
|
-not -name '*.zst' \
|
||||||
|
-not -path '*/.finetune_data_cache/*' \
|
||||||
|
-not -path '*/.data_cache/*'
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user