MCPcopy
hub / github.com/huggingface/transformers / save_pretrained

Method save_pretrained

src/transformers/_typing.py:181–181  ·  view source on GitHub ↗
(self, save_directory: str | PathLike[str], **kwargs: Any)

Source from the content-addressed store, hash-verified

179 inference_mode: bool
180
181 def save_pretrained(self, save_directory: str | PathLike[str], **kwargs: Any) -> None: ...
182
183
184class WhisperGenerationConfigLike(Protocol):

Calls

no outgoing calls