mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-09 15:05:26 +03:00
Compare commits
No commits in common. "295337238e332163b08cbf286d0f986542c0d0b0" and "4233000d136838462df0352ec97459bde6ef43eb" have entirely different histories.
295337238e
...
4233000d13
16
.claude/settings.local.json
Normal file
16
.claude/settings.local.json
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"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)"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
4
.gitignore
vendored
4
.gitignore
vendored
@ -3,8 +3,6 @@ __pycache__
|
|||||||
.mypy_cache
|
.mypy_cache
|
||||||
*.swp
|
*.swp
|
||||||
debug
|
debug
|
||||||
.claude/*
|
|
||||||
.mcp.json
|
|
||||||
.vscode/*
|
.vscode/*
|
||||||
!.vscode/launch.json
|
!.vscode/launch.json
|
||||||
config/*
|
config/*
|
||||||
@ -21,4 +19,4 @@ web/.env
|
|||||||
core
|
core
|
||||||
!/web/**/*.ts
|
!/web/**/*.ts
|
||||||
.idea/*
|
.idea/*
|
||||||
.ipynb_checkpoints
|
.ipynb_checkpoints
|
||||||
Loading…
Reference in New Issue
Block a user