36 lines
338 B
Plaintext
36 lines
338 B
Plaintext
# Python
|
|
__pycache__
|
|
*.pyc
|
|
*.egg-info
|
|
dist
|
|
.venv
|
|
|
|
# Log
|
|
*.log
|
|
*.log.*
|
|
*.json
|
|
!playground/deepspeed_config_s2.json
|
|
!playground/deepspeed_config_s3.json
|
|
|
|
# Editor
|
|
.idea
|
|
*.swp
|
|
|
|
# Other
|
|
.DS_Store
|
|
wandb
|
|
output
|
|
checkpoints_flant5_3b
|
|
|
|
# Data
|
|
*.pkl
|
|
*.csv
|
|
tests/state_of_the_union.txt
|
|
|
|
# Build
|
|
build
|
|
|
|
# Image data
|
|
serve_images
|
|
val2014
|
|
vqa_examples |