Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add default model and test cases #17127

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

raspawar
Copy link
Contributor

@raspawar raspawar commented Dec 2, 2024

NVIDIA VLM Connector: Documentation and default model warning support

Fixes

  • Documentation Updates
  • Deafult model warning and test cases

Version Bump?

Did I bump the version in the pyproject.toml file of the package I am updating? (Except for the llama-index-core package)

  • Yes
  • No

@dosubot dosubot bot added the size:M This PR changes 30-99 lines, ignoring generated files. label Dec 2, 2024
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@@ -154,7 +156,7 @@ class NVIDIAMultiModal(MultiModalLLM):

def __init__(
self,
model: str = "microsoft/phi-3-vision-128k-instruct",
model: str = None,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isnt this Optional[str] now?

@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Dec 3, 2024
@raspawar
Copy link
Contributor Author

raspawar commented Dec 3, 2024

@ sayalinvidia ptal

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm This PR has been approved by a maintainer size:M This PR changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants