You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 4, 2025. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
The size of dependencies for this project is enormous:
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.The text was updated successfully, but these errors were encountered: