mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-07-12 00:42:08 +08:00
f3088779e9
Removed the `create_model_runner` factory function and replaced it with direct initialization of `TinyGradRunner` or `ONNXRunner`. Simplified the `__init__` methods by standardizing paths as constants within `model_runner.py` for cleaner and more maintainable code.