Skip to content

Commit

Permalink
Modify Architecture to match PR content (left out field)
Browse files Browse the repository at this point in the history
  • Loading branch information
metric-space committed Jul 10, 2024
1 parent 8e3fd71 commit 3c56b7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mergekit/architecture.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ class WeightInfo(BaseModel, frozen=True):
output_space: Optional[str] = None
head_space: Optional[str] = None
optional: bool = False
force_dtype: Optional[str] = None
aliases: Optional[List[str]] = None
head_split: Literal[None, "input", "output"] = None
is_kq: Optional[bool] = False
Expand Down

0 comments on commit 3c56b7b

Please sign in to comment.