Skip to content

Commit

Permalink
Revert "Set tingrad mode correctly"
Browse files Browse the repository at this point in the history
This reverts commit 60d615a.
  • Loading branch information
haraschax committed Sep 25, 2024
1 parent 21a7769 commit 17e43b8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions selfdrive/modeld/modeld.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
#!/usr/bin/env python3
import os
from openpilot.system.hardware import TICI
## TODO this is hack
if TICI:
os.environ['QCOM'] = '1'
else:
os.environ['GPU'] = '1'
os.environ['QCOM'] = '1'
import time
import pickle
import numpy as np
Expand Down

0 comments on commit 17e43b8

Please sign in to comment.