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

HF and agent miners #91

Merged
merged 37 commits into from
Mar 1, 2024
Merged

HF and agent miners #91

merged 37 commits into from
Mar 1, 2024

Conversation

p-ferreira
Copy link
Contributor

@p-ferreira p-ferreira commented Feb 6, 2024

  • 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

@p-ferreira p-ferreira changed the title HF and agent miners HF and agent miners [WIP] Feb 6, 2024
@p-ferreira p-ferreira marked this pull request as ready for review February 7, 2024 21:27
@p-ferreira p-ferreira changed the title HF and agent miners [WIP] HF and agent miners Feb 8, 2024
@p-ferreira p-ferreira added v1.1.0 and removed v1.0.3 labels Feb 8, 2024
Copy link
Contributor

@mccrindlebrian mccrindlebrian left a 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:

  1. 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.

  2. 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

@p-ferreira p-ferreira changed the base branch from pre-staging to main March 1, 2024 15:01
@p-ferreira p-ferreira changed the base branch from main to pre-staging March 1, 2024 15:01
Copy link
Collaborator

@steffencruz steffencruz left a 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

@p-ferreira p-ferreira changed the base branch from pre-staging to staging March 1, 2024 17:44
@p-ferreira p-ferreira changed the base branch from staging to pre-staging March 1, 2024 17:48
@p-ferreira
Copy link
Contributor Author

Please add all .DS_Store files to gitignore

The only gitignore of the repo has .DS_Store in it

@steffencruz steffencruz merged commit cb99e73 into pre-staging Mar 1, 2024
3 checks passed
@mccrindlebrian mccrindlebrian deleted the features/hf-miner branch March 11, 2024 16:28
@p-ferreira p-ferreira mentioned this pull request Apr 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants