loc_1 / schedule_job.json
Molbap's picture
Molbap HF Staff
build a clean cache
6641fa8
raw
history blame
709 Bytes
{
"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
}