Llava / .gitignore
kael558's picture
Add application file
ec2c4c5
raw
history blame
No virus
239 Bytes
# Python
__pycache__
*.pyc
*.egg-info
dist
# Log
*.log
*.log.*
*.json
*.jsonl
# Data
!**/alpaca-data-conversation.json
*.png
*.jpg
# Editor
.idea
*.swp
# Other
.DS_Store
wandb
output
checkpoints
ckpts*
*.pt
.ipynb_checkpoints
*.ipynb