self.model = EMBEDDING_MODEL_TYPE(model_name, cache_dir, threads, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/root/wsl_projects/.conda/lib/python3.11/site-packages/fastembed/sparse/splade_pp.py", line 84, in init self._model_dir = self.download_model(self._model_description, self._cache_dir) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/root/wsl_projects/.conda/lib/python3.11/site-packages/fastembed/common/model_management.py", line 235, in download_model raise ValueError(f"Could not download model {model['model']} from any source.") ValueError: Could not download model prithvida/Splade_PP_en_v1 from any source.