VILA / .gitignore
Ligeng Zhu
update
1c99e3b
raw
history blame contribute delete
268 Bytes
*_dev.py
*_dev.sh
*.ipynb
# Python
__pycache__
*.pyc
*.egg-info
dist
# Log
*.log
*.log.*
*.json
# Data
!**/alpaca-data-conversation.json
# Editor
.idea
*.swp
# Other
.DS_Store
wandb
output
checkpoints
checkpoints_bak
ckpts*
*.pt
playground
*/visualization/*