Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
| # Bytecode, cache, notebooks | |
| __pycache__/ | |
| *.pyc | |
| *.pyo | |
| *.pyd | |
| *.ipynb | |
| *.ipynb_checkpoints | |
| # Virtual environments and editor files | |
| .env | |
| .venv/ | |
| *.log | |
| .DS_Store | |
| .vscode/ | |
| .idea/ | |
| # Git and Hugging Face system files | |
| .git/ | |
| *.gitignore | |
| # Local data/artifacts | |
| artifacts/ | |
| data/ | |
| datasets/ | |
| checkpoints/ | |
| clip-checkpoints/ | |
| *.pt | |
| *.pth | |
| *.onnx | |
| models/ | |
| # Docker or Space-specific | |
| docker-compose.yaml | |
| Caddyfile | |
| qwen_model/ | |
| models/ |