tiny-vllm / .claude /settings.local.json
enCoder's picture
Enhance web client and server for improved demo functionality
9dfe9bd
raw
history blame contribute delete
986 Bytes
{
"permissions": {
"allow": [
"Bash(python -c \"import torch, transformers, fastapi, uvicorn, pydantic; print\\('deps ok'\\)\")",
"Bash(python -c \"from tiny_vllm.block_manager import BlockManager; print\\('ok'\\)\")",
"Bash(python -m pytest tests/test_block_manager.py tests/test_scheduler.py -v)",
"Bash(pip install *)",
"Bash(python -m pytest tests/ -v)",
"Bash(python -c ' *)",
"Bash(python scripts/make_demo_recording.py)",
"Bash(python *)",
"WebFetch(domain:surajsharan.github.io)",
"Bash(curl -sIL \"https://surajsharan.github.io/tiny_vLLM/events.jsonl\")",
"Bash(curl -sL \"https://surajsharan.github.io/tiny_vLLM/\")",
"Bash(curl -sL \"https://surajsharan.github.io/\")",
"Bash(curl -sL \"https://surajsharan.github.io/_next/static/css/9d0d2df30f6cb73d.css\")",
"Bash(curl -sL \"https://surajsharan.github.io/_next/static/css/0f8dc0fb86554783.css\")",
"Read(//tmp/**)"
]
}
}