Fetching metadata from the HF Docker repository...
added all files
dec266f | | |
| | .git |
| | .gitignore |
| |
|
| | |
| | __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 |
| |
|
| | |
| | venv/ |
| | ENV/ |
| |
|
| | |
| | .idea/ |
| | .vscode/ |
| | *.swp |
| | *.swo |
| |
|
| | |
| | .DS_Store |
| | .DS_Store? |
| | ._* |
| | .Spotlight-V100 |
| | .Trashes |
| | ehthumbs.db |
| | Thumbs.db |
| |
|
| | |
| | Dockerfile |
| | .dockerignore |
| | build_docker.sh |
| | DEPLOY_TO_HUGGINGFACE.md |
| | .space |
| | deploy_to_huggingface.sh |
| |
|
| | |
| | test_*.py |
| | CLI_interactive_test.py |
| |
|
| | |
| | train.py |
| | src/train.py |
| |
|