| { | |
| "jobSpec": { | |
| "dockerImage": "python:3.12", | |
| "command": [ | |
| "bash", | |
| "-lc", | |
| "apt-get update -y && apt-get install -y git ca-certificates && git clone --depth 1 https://github.com/Molbap/transformers-modular-refactor.git /w && pip install -U huggingface_hub numpy tqdm sentence-transformers torch spaces && python /w/build_cache.py" | |
| ], | |
| "flavor": "cpu-basic", | |
| "timeout": 7200, | |
| "env": { | |
| "REPO_URL": "https://github.com/huggingface/transformers", | |
| "SIM_THRESHOLD": "0.50", | |
| "MULTIMODAL": "0", | |
| "SIM_METHOD": "jaccard" | |
| }, | |
| "secrets": ["HF_TOKEN"], | |
| "arch": "amd64" | |
| }, | |
| "schedule": "8 9 * * *", | |
| "suspend": false, | |
| "concurrency": false | |
| } | |