Skip to content

Commit 3656250

Browse files
committed
fix types
1 parent aed6aa0 commit 3656250

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/merging/merge.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ def simple_merge(
227227

228228

229229
def rebasin_merge(
230-
thetas: Dict[str, os.PathLike | str],
230+
thetas: Dict[str, os.PathLike],
231231
weight_matcher: WeightClass,
232232
merge_mode: str,
233233
precision: str = "fp16",

0 commit comments

Comments
 (0)