pull/36184/head
Maxime Desroches 5 days ago
parent 0766a94797
commit 7a6bb09d5d
  1. 2
      selfdrive/modeld/dmonitoringmodeld.py

@ -1,7 +1,7 @@
#!/usr/bin/env python3 #!/usr/bin/env python3
import os import os
from openpilot.system.hardware import TICI from openpilot.system.hardware import TICI
os.environ['DEV'] = 'QCOM' if TICI else 'LLVM' os.environ['DEV'] = 'QCOM' if TICI else 'CPU'
from tinygrad.tensor import Tensor from tinygrad.tensor import Tensor
from tinygrad.dtype import dtypes from tinygrad.dtype import dtypes
import math import math

Loading…
Cancel
Save