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

This project is tightly-coupled with the underlying libraries #28

Open
Vectorrent opened this issue May 11, 2024 · 0 comments
Open

This project is tightly-coupled with the underlying libraries #28

Vectorrent opened this issue May 11, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@Vectorrent
Copy link
Contributor

If I were rebuilding this project, I would probably move the entirety of model management into a separate repo, which would encapsulate that logic, and expose it via a local API. As it is today, nearly every module makes calls to AI-management functions, which are deeply-wrapped in HuggingFace Transformers logic. Context management is a mess. Much of the early code is just a lot messier than it should be (because I had no idea what I was doing, when I wrote it).

I may get around to fixing this some day, or I might just deal with it. If anyone would like to help work on this, please let me know!

@Vectorrent Vectorrent added enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed labels May 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
Status: No status
Development

No branches or pull requests

1 participant