Skip to content

Commit

Permalink
Fix arg order for pdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
EricLBuehler committed Jun 24, 2024
1 parent a1e41aa commit c6d8f09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mistralrs-pyo3/mistralrs.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -151,10 +151,10 @@ class Which(Enum):
repeat_last_n: int = 64
@dataclass
class VisionPlain:
arch: VisionArchitecture
model_id: str
tokenizer_json: str | None = None
repeat_last_n: int = 64
arch: VisionArchitecture

class Runner:
def __init__(
Expand Down

0 comments on commit c6d8f09

Please sign in to comment.