Skip to content

Commit fbfd124

Browse files
committed
Fix typo
1 parent c15bc02 commit fbfd124

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

segmentation_models_pytorch/base/hub_mixin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def save_pretrained(
102102
model_card_kwargs["metrics"] = kwargs.pop("metrics")
103103
kwargs["model_card_kwargs"] = model_card_kwargs
104104

105-
# set additional attribute to be ble to deserialize the model
105+
# set additional attribute to be able to deserialize the model
106106
self.config["_model_class"] = self.__class__.__name__
107107

108108
try:

0 commit comments

Comments
 (0)