Skip to content

Commit 1a70148

Browse files
committed
Merge remote-tracking branch 'origin' into kylesayrs/reduce-quantized-compression-memory
2 parents b2cad7e + 4759a86 commit 1a70148

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compressed_tensors/utils/safetensors_load.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ def get_nested_weight_mappings(
250250

251251

252252
def get_nested_mappings_from_state_dict(
253-
state_dict,
253+
state_dict: Dict[str, Tensor],
254254
params_to_nest: Iterable[str],
255255
return_unmatched_params: bool = False,
256256
) -> Union[NestedStateDictType, Tuple[NestedStateDictType, Dict[str, Tensor]]]:

0 commit comments

Comments
 (0)