vlm_clone_2 / EAGLE /.gitignore
tuandunghcmut's picture
Add files using upload-large-folder tool
d2ab3a0 verified
raw
history blame
388 Bytes
# Python
__pycache__
*.pyc
*.egg-info
dist
# Log
*.log
*.log.*
logs/
# *.json
*.jsonl
images/*
# Data
!**/alpaca-data-conversation.json
# Editor
.idea
*.swp
.github
.vscode
# Other
.DS_Store
wandb
output
examples/*
eagle/eval/table/*.json
eagle/eval/table/results/*.json
checkpoints
ckpts*
slurm_logs/*
datasets/*
playground/*
gradio_tmp/*
.ipynb_checkpoints
*.ipynb
unit_test*.*