MobiLlama / .gitignore
Ashmal's picture
Upload folder using huggingface_hub
5472531 verified
raw history blame
No virus
291 Bytes
# Python
__pycache__
*.pyc
*.egg-info
dist
.venv
# Log
*.log
*.log.*
*.json
!playground/deepspeed_config_s2.json
!playground/deepspeed_config_s3.json
# Editor
.idea
*.swp
# Other
.DS_Store
wandb
output
checkpoints_flant5_3b
# Data
*.pkl
*.csv
tests/state_of_the_union.txt
# Build
build