File size: 709 Bytes
6641fa8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "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
}