/tmp/venv/lib/python3.12/site-packages/langchain_nvidia_ai_endpoints/_statics.py:659: UserWarning: Model playground_llama2_70b is deprecated. Using meta/llama2-70b instead.
warnings.warn(
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/venv/lib/python3.12/site-packages/jupyter_ai_magics/providers.py", line 354, in __init__
super().__init__(*args, **kwargs, **model_kwargs)
File "/tmp/venv/lib/python3.12/site-packages/langchain_nvidia_ai_endpoints/chat_models.py", line 243, in __init__
self._client = _NVIDIAClient(
^^^^^^^^^^^^^^
File "/tmp/venv/lib/python3.12/site-packages/langchain_nvidia_ai_endpoints/_common.py", line 175, in __init__
raise ValueError(
ValueError: Model meta/llama2-70b is incompatible with client ChatNVIDIAProvider. Please check `ChatNVIDIAProvider.get_available_models()`.
Description
Jupyternaut fails when trying to use NVIDIA::playground_llama2_70b (and other models from NVIDIA) with:
When suggested command run it fails with other error:
Reproduce
To reproduce:
Output will be
Context
Troubleshoot Output