LLaVA / .gitignore
globc's picture
Basic app, untested, no api
7b1c7d4
raw
history blame contribute delete
No virus
278 Bytes
# Python
__pycache__
*.pyc
*.egg-info
dist
# Log
*.log
*.log.*
*.json
*.jsonl
# Data
!**/alpaca-data-conversation.json
# Editor
.idea
*.swp
# Other
.DS_Store
wandb
output
checkpoints
ckpts*
.ipynb_checkpoints
*.ipynb
# DevContainer
!.devcontainer/*
# Demo
serve_images/