Spaces:
Runtime error
Runtime error
# 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 | |
# Data | |
*.pkl | |
*.csv | |
tests/state_of_the_union.txt | |
# Build | |
build | |