Skip to content
This repository has been archived by the owner on Feb 4, 2025. It is now read-only.

Use optional dependency group for local LLMs #54

Open
lordmauve opened this issue Mar 12, 2024 · 0 comments
Open

Use optional dependency group for local LLMs #54

lordmauve opened this issue Mar 12, 2024 · 0 comments

Comments

@lordmauve
Copy link

The size of dependencies for this project is enormous:

$ du -hs venv
5.6G    venv

It also took several minutes to install.

I only want to use hosted models. Can the dependencies for local models be added to an optional dependency group (e.g. pip install talk-codebase[local])? I imagine the dependencies for hosted models would be a few MB.

rsaryev added a commit that referenced this issue Aug 23, 2024
Use optional dependency group for local LLMs #54
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant