We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f5e6d8 commit fcc9276Copy full SHA for fcc9276
fastembed/common/model_management.py
@@ -252,7 +252,8 @@ def download_model(
252
specific_model_path: Optional[str] = kwargs.get("specific_model_path", None)
253
if specific_model_path:
254
return Path(specific_model_path)
255
-
+ else:
256
+ del kwargs["specific_model_path"]
257
retries = 1 if local_files_only else retries
258
hf_source = model.get("sources", {}).get("hf")
259
url_source = model.get("sources", {}).get("url")
0 commit comments