mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-10 02:29:19 +03:00
Cleanup
This commit is contained in:
parent
4233000d13
commit
e65ce2551e
@ -1,16 +0,0 @@
|
|||||||
{
|
|
||||||
"permissions": {
|
|
||||||
"allow": [
|
|
||||||
"WebFetch(domain:onnxruntime.ai)",
|
|
||||||
"WebFetch(domain:github.com)",
|
|
||||||
"WebFetch(domain:pypi.org)",
|
|
||||||
"Bash(pip index versions onnxruntime-gpu)",
|
|
||||||
"Bash(pip install onnxruntime-gpu==1.24.3 --dry-run)",
|
|
||||||
"WebFetch(domain:raw.githubusercontent.com)",
|
|
||||||
"Bash(pip download onnxruntime-gpu==1.24.3 --no-deps -d /tmp/ort-check --python-version 3.12 --platform manylinux_2_28_x86_64)",
|
|
||||||
"WebFetch(domain:files.pythonhosted.org)",
|
|
||||||
"Bash(gh api repos/microsoft/onnxruntime/contents/docs/CUDA_GPU_Compatibility.md --jq '.content')",
|
|
||||||
"Bash(gh search code \"cuda 13\" --repo microsoft/onnxruntime --limit 5)"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
3
.gitignore
vendored
3
.gitignore
vendored
@ -3,6 +3,7 @@ __pycache__
|
|||||||
.mypy_cache
|
.mypy_cache
|
||||||
*.swp
|
*.swp
|
||||||
debug
|
debug
|
||||||
|
.claude/*
|
||||||
.vscode/*
|
.vscode/*
|
||||||
!.vscode/launch.json
|
!.vscode/launch.json
|
||||||
config/*
|
config/*
|
||||||
@ -19,4 +20,4 @@ web/.env
|
|||||||
core
|
core
|
||||||
!/web/**/*.ts
|
!/web/**/*.ts
|
||||||
.idea/*
|
.idea/*
|
||||||
.ipynb_checkpoints
|
.ipynb_checkpoints
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user