Spaces:
Runtime error
Runtime error
| results/png/ | |
| results/svg/ | |
| results/*.json | |
| unsloth_compiled_cache/ | |
| *.ipynb | |
| SVGDreamer/ | |
| *.parquet | |
| # Git | |
| .git | |
| .gitignore | |
| # Python | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| *.so | |
| .Python | |
| env/ | |
| build/ | |
| develop-eggs/ | |
| dist/ | |
| downloads/ | |
| eggs/ | |
| .eggs/ | |
| lib/ | |
| lib64/ | |
| parts/ | |
| sdist/ | |
| var/ | |
| *.egg-info/ | |
| .installed.cfg | |
| *.egg | |
| # Virtual Environment | |
| venv/ | |
| .env.local | |
| # Generated files | |
| logs/ | |
| *.log | |
| .ipynb_checkpoints | |
| results/ | |
| # VSCode | |
| .vscode/ | |
| # Model caches | |
| .cache/ | |
| unsloth_compiled_cache/ | |
| # Docker | |
| Dockerfile | |
| docker-compose.yml | |
| .dockerignore | |
| # Documentation | |
| README-HF.md |