add
This commit is contained in:
25
models/LLaVA/.gitignore
vendored
Normal file
25
models/LLaVA/.gitignore
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
# Python
|
||||
__pycache__
|
||||
*.pyc
|
||||
*.egg-info
|
||||
dist
|
||||
|
||||
# Log
|
||||
*.log
|
||||
*.log.*
|
||||
*.json
|
||||
|
||||
# Data
|
||||
!**/alpaca-data-conversation.json
|
||||
|
||||
# Editor
|
||||
.idea
|
||||
*.swp
|
||||
|
||||
# Other
|
||||
.DS_Store
|
||||
wandb
|
||||
output
|
||||
|
||||
checkpoints
|
||||
ckpts*
|
Reference in New Issue
Block a user