File size: 920 Bytes
90afcf2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "permissions": {
    "allow": [
      "Bash(find /workspace/xiaobin/ICL/SFT_new/output/emb_cache/ -type f -name *.json)",
      "Bash(find /workspace/xiaobin/ICL/SFT_new/output -type f -name *.json)",
      "Bash(find /workspace/xiaobin/ICL -type f -name *.json)",
      "Bash(find /workspace/xiaobin/ICL/SFT_new/output/emb_cache -name *.json)",
      "Bash(find /workspace/xiaobin -path */medlab/*vllm_thread* -o -path */medlab/*vllm*)",
      "Bash(find /workspace/xiaobin/ICL -path */emb_cache/*.json)",
      "Bash(python -c \"import py_compile; py_compile.compile\\(''build_sft.py'', doraise=True\\); print\\(''OK''\\)\")",
      "Bash(python -c \"import py_compile; py_compile.compile\\(''generate_captions.py'', doraise=True\\); print\\(''OK''\\)\")",
      "Bash(find /workspace/xiaobin -type f -name *.py)",
      "Bash(python:*)",
      "Bash(find /workspace -path */NorthServe/* -maxdepth 3)"
    ]
  }
}