Skip to content

Commit

Permalink
Hack qcom hardcode
Browse files Browse the repository at this point in the history
  • Loading branch information
haraschax committed Sep 24, 2024
1 parent eac01d2 commit 941282c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions selfdrive/modeld/modeld.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env python3
import os
# TODO this is hack
os.environ['QCOM'] = '1'
import time
import pickle
import numpy as np
Expand Down

0 comments on commit 941282c

Please sign in to comment.