mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-11 05:35:25 +03:00
More linting fix
This commit is contained in:
parent
1879951bc0
commit
be84fe8a5e
@ -6,7 +6,7 @@ import numpy as np
|
|||||||
try:
|
try:
|
||||||
import tensorrt as trt
|
import tensorrt as trt
|
||||||
from cuda import cuda
|
from cuda import cuda
|
||||||
TRT_VERSION = int(trt.__version__[0:trt.__version__.find(".")])
|
TRT_VERSION = int(trt.__version__[0 : trt.__version__.find(".")])
|
||||||
|
|
||||||
TRT_SUPPORT = True
|
TRT_SUPPORT = True
|
||||||
except ModuleNotFoundError:
|
except ModuleNotFoundError:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user