Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/remz1337/frigate into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
remz1337 committed May 18, 2024
2 parents 4695f82 + 1bd26a0 commit 95ebe0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frigate/detectors/plugins/tensorrt.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
try:
import tensorrt as trt
from cuda import cuda

TRT_VERSION = int(trt.__version__[0 : trt.__version__.find(".")])

TRT_SUPPORT = True
Expand Down

0 comments on commit 95ebe0c

Please sign in to comment.