mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-18 21:14:01 +08:00
again
This commit is contained in:
@@ -9,6 +9,9 @@ sys.path = [p for p in sys.path if p != incorrect_path]
|
||||
if correct_path not in sys.path:
|
||||
sys.path.insert(0, correct_path)
|
||||
|
||||
if "tinygrad" in sys.modules:
|
||||
del sys.modules["tinygrad"]
|
||||
|
||||
run([
|
||||
"python3", "/data/sunnypilot/sunnypilot/tinygrad_repo/openpilot/compile2.py",
|
||||
"/data/sunnypilot/sunnypilot/modeld/models/supercombo.onnx",
|
||||
|
||||
Reference in New Issue
Block a user