Skip to content

Commit

Permalink
Makes NVIDIA package dependency optional, updates docs
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonWeill committed Feb 1, 2024
1 parent 8082fa4 commit afea0af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/users/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ Jupyter AI supports the following model providers:
| ERNIE-Bot | `qianfan` | `QIANFAN_AK`, `QIANFAN_SK` | `qianfan` |
| GPT4All | `gpt4all` | N/A | `gpt4all` |
| Hugging Face Hub | `huggingface_hub` | `HUGGINGFACEHUB_API_TOKEN` | `huggingface_hub`, `ipywidgets`, `pillow` |
| NVIDIA | `nvidia-chat` | `NVIDIA_API_KEY` | N/A |
| NVIDIA | `nvidia-chat` | `NVIDIA_API_KEY` | `langchain_nvidia_ai_endpoints` |
| OpenAI | `openai` | `OPENAI_API_KEY` | `openai` |
| OpenAI (chat) | `openai-chat` | `OPENAI_API_KEY` | `openai` |
| SageMaker | `sagemaker-endpoint` | N/A | `boto3` |
Expand Down
2 changes: 1 addition & 1 deletion packages/jupyter-ai-magics/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ dependencies = [
"typing_extensions>=4.5.0",
"click~=8.0",
"jsonpath-ng>=1.5.3,<2",
"langchain_nvidia_ai_endpoints",
]

[project.optional-dependencies]
Expand All @@ -42,6 +41,7 @@ all = [
"gpt4all",
"huggingface_hub",
"ipywidgets",
"langchain_nvidia_ai_endpoints",
"pillow",
"openai~=1.6.1",
"boto3",
Expand Down

0 comments on commit afea0af

Please sign in to comment.