Skip to content

Commit e3560e9

Browse files
committed
Add models_hf/ to gitignore
HuggingFace models uploaded to HuggingFace, not needed in git. Ref: #38
1 parent ffa096b commit e3560e9

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.gitignore

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,5 @@ model_weights_*.tar.gz
4747
# HuggingFace credentials (security)
4848
.huggingface/
4949

50-
# HuggingFace model files (weight files gitignored, but README.md should be tracked)
51-
models_hf/*/model.safetensors
52-
models_hf/*/training_state.pt
53-
models_hf/*/pytorch_model.bin
54-
!models_hf/*/README.md
50+
# HuggingFace models (uploaded to HuggingFace, not needed in git)
51+
models_hf/

0 commit comments

Comments
 (0)