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

Can ModelChat be used in FastChat? #43

Open
3togo opened this issue Jun 23, 2024 · 1 comment
Open

Can ModelChat be used in FastChat? #43

3togo opened this issue Jun 23, 2024 · 1 comment

Comments

@3togo
Copy link

3togo commented Jun 23, 2024

I am looking for a mean to use ModelChat in FastChat to speed up the LLM processes. Any pointer?

@peng3307165
Copy link
Collaborator

I think the integration is possible. You can refer to the Service-Access section in the readme. ModelCache provides data write and query interfaces. To better manage the cache, you need to implement a ModelCache Adapter module in FastChat (refer to the left side of the modules diagram in the readme) for cache management.
In our future work, we will also add a ModelCache Adapter module to facilitate users in quickly integrating Model Cache into their own LLM Chat products, you can continue to follow our work.
Thank you for your attention,best wishes!

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

No branches or pull requests

2 participants