-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
feat: Update dependencies to add smolagents package #6030
base: main
Are you sure you want to change the base?
Conversation
Implement a model bridge that allows seamless conversion between LangChain and HuggingFace model interfaces, supporting message and tool call translations
Testing in Progress! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need Further testing,
NVIDIA LLMs seems to fail due to missing packages.
) | ||
|
||
|
||
if __name__ == "__main__": |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need a main?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Or is it just to show an example use case? If so, we can add it as comments, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would say let's have a Paired Beta Component of the Code agent. ?
I could get one in During weekend.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It won't have all the events the other Agent has which is why didn't build it. But I think we can just pass the callbacks into the LLM, maybe?
I'm not sure the tool events will be called, though.
I believe the NVIDIA update is causing issues. |
Update Pillow, Pandas, and NVIDIA AI Endpoints to their latest patch versions, and include the smolagents dependency in the project requirements.