mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-08-02 18:15:35 +08:00
that comment was wrong, its still per model, just compiled at with the input/output shapes
This commit is contained in:
@@ -156,9 +156,6 @@ class ModelState(ModelStateBase):
|
||||
from openpilot.sunnypilot.modeld_v2.constants import ModelConstants
|
||||
self.constants = ModelConstants()
|
||||
|
||||
# Combined parsers auto-detect ``(in_N, out_N)`` for plan/lead from the raw
|
||||
# slice size, so they transparently support both legacy and newer
|
||||
# supercombo ONNX's without any per-model configuration.
|
||||
if self._combined_model_type != 'supercombo':
|
||||
from openpilot.sunnypilot.modeld_v2.parse_model_outputs_split import Parser as SplitParser
|
||||
self.parser = SplitParser()
|
||||
|
||||
Reference in New Issue
Block a user