-
Notifications
You must be signed in to change notification settings - Fork 53
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
HF and agent miners #91
Conversation
p-ferreira
commented
Feb 6, 2024
•
edited
Loading
edited
- reorganizes base miners into prompting package to facilitate instrumentalization
- transforms zephyr miner into generic hf miner with support of 4 bit and 8 bit quantization
- update documentation for hf miner
- overall improvements on repo to enable miner offline integration
- modifies wiki agent miner to be a generic agent miner
- Adds two new base agents: SingleActionAgent and ReactAgent
- Adds support for hf in agent miner
- Adds tool miner
- updates requirements
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.
LGTM. I have done lots of testing off of this branch and have never run into issues.
Some comments:
-
Since we are removing agents, it does make sense to remove this from the code base all together since there is a lot of code related to agents. It would reduce the size of the PR quite a bit.
-
Lots of files have changed because it's blacked. So it might be nice to black whatever branch we are trying to merge this into
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.
Please add all .DS_Store files to gitignore
The only gitignore of the repo has .DS_Store in it |
Co-authored-by: Steffen Cruz <[email protected]>
Co-authored-by: Steffen Cruz <[email protected]>
Co-authored-by: Steffen Cruz <[email protected]>