You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to access the NvidiaRanker() model with model="nvidia/llama-3.2-nv-rerankqa-1b-v2", it returns ValueError: Model 'nvidia/llama-3.2-nv-rerankqa-1b-v2' is unknown. Please provide an api_url to access it. despite it existing in the Nvidia catalog. Code:
Describe the bug
Originally Described Here
When attempting to access the
NvidiaRanker()
model withmodel="nvidia/llama-3.2-nv-rerankqa-1b-v2"
, it returnsValueError: Model 'nvidia/llama-3.2-nv-rerankqa-1b-v2' is unknown. Please provide an api_url to access it.
despite it existing in the Nvidia catalog.Code:
Models
nv-rerankqa-mistral-4b-v3
andllama-3.2-nv-rerankqa-1b-v1
are working as expected.To Reproduce
Colab notebook for recreation.
Describe your environment (please complete the following information):
haystack==0.42
nvidia-haystack==0.1.2
The text was updated successfully, but these errors were encountered: