Skip to content

Commit

Permalink
[home] added lazy loading to Nvidia modules on frigate
Browse files Browse the repository at this point in the history
  • Loading branch information
gruberdev committed Feb 22, 2024
1 parent ba22f1d commit fb3543b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/home/frigate/base/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ spec:
value: yolov7x-640,yolov7-tiny-416,yolov4-csp-512,yolov7-320
- name: "USE_FP16"
value: "true"
- name: "CUDA_MODULE_LOADING"
value: "LAZY"
envFrom:
- secretRef:
name: frigate-vars
Expand Down

0 comments on commit fb3543b

Please sign in to comment.