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

💥 Switch gguf & tasks interdependency #1004

Merged

Conversation

coyotte508
Copy link
Member

@coyotte508 coyotte508 commented Oct 30, 2024

cc @ngxson too (you can add yourself to CODEOWNERS for gguf maybe :) )

Move the functions needed by @huggingface/tasks directly into @huggingface/tasks.

Now @hugginface/gguf depends on @huggingface/tasks and not the other way around.

The move is minimal, more could be moved. (Or a fancy solution with shared folders, but fancy solutions can become complicated esp with publishing source code along with dist. Or we could just duplicate the code, and maybe add CI check to ensure consistency)

Copy link
Member

@julien-c julien-c left a comment

Choose a reason for hiding this comment

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

ok for me (or... merge the two packages)

Copy link
Member

@ngxson ngxson left a comment

Choose a reason for hiding this comment

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

LGTM! (sorry for the slow response)

@coyotte508 coyotte508 merged commit 2d3a655 into main Nov 4, 2024
5 checks passed
@coyotte508 coyotte508 deleted the 1000-remove-huggingfacetasks-dependency-on-huggingfacegguf branch November 4, 2024 08:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove @huggingface/tasks' dependency on @huggingface/gguf
3 participants