We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 669f732 commit 7ad8c6eCopy full SHA for 7ad8c6e
1 file changed
model2vec/model.py
@@ -156,7 +156,7 @@ def from_pretrained(
156
subfolder: str | None = None,
157
quantize_to: str | DType | None = None,
158
dimensionality: int | None = None,
159
- force_download: bool = False,
+ force_download: bool = True,
160
) -> StaticModel:
161
"""
162
Load a StaticModel from a local path or huggingface hub path.
@@ -209,7 +209,7 @@ def from_sentence_transformers(
209
normalize: bool | None = None,
210
211
212
213
214
215
Load a StaticModel trained with sentence transformers from a local path or huggingface hub path.
0 commit comments