Skip to content

pip install for only converting text to speech? #4032

Answered by eginhard
mcc324 asked this question in General Q&A
Discussion options

You must be logged in to vote

They are all transitive dependencies that come through Pytorch, so there is no list in Coqui, but Pytorch 2.4.1 has the following dependencies for me:

[[package]]
name = "torch"
version = "2.4.1"
source = { registry = "https://pypi.org/simple" }
dependencies = [
    { name = "filelock" },
    { name = "fsspec" },
    { name = "jinja2" },
    { name = "networkx" },
    { name = "nvidia-cublas-cu12", marker = "platform_machine == 'x86_64' and platform_system == 'Linux'" },
    { name = "nvidia-cuda-cupti-cu12", marker = "platform_machine == 'x86_64' and platform_system == 'Linux'" },
    { name = "nvidia-cuda-nvrtc-cu12", marker = "platform_machine == 'x86_64' and platform_system == 'Linux'…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@mcc324
Comment options

@eginhard
Comment options

Answer selected by mcc324
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants