ICL / .claude /settings.local.json
Lekr0's picture
Add files using upload-large-folder tool
90afcf2 verified
{
"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)"
]
}
}