fix types

This commit is contained in:
Vladimir Mandic
2023-11-23 14:38:46 -05:00
parent aed6aa0217
commit 36562509f0
+1 -1
View File
@@ -227,7 +227,7 @@ def simple_merge(
def rebasin_merge(
thetas: Dict[str, os.PathLike | str],
thetas: Dict[str, os.PathLike],
weight_matcher: WeightClass,
merge_mode: str,
precision: str = "fp16",