ModuleNotFoundError: No module named 'dalle_pytorch' I can just install this with pip normally or do I need to do something else? @wes-kayha ha, don't worry. Yes sure you can install it. If it bugs it means you probably need to install a newer version of pytorch in your ldm env...
conda install torchaudio pytorch-cuda=11.7 -c pytorch -c nvidia conda install -c conda-forge pysoundfile git clone https://github.com/neonbjb/tortoise-tts.git cd tortoise-tts python -m pip install -r ./requirements.txt python setup.py install Newrequirements.txt tqdm rotary_embedding_torch t...
line 8, in <module> from tortoise.api import MODELS_DIR File "/app/tortoise/api.py", line 13, in <module> from tortoise.models.autoregressive import UnifiedVoice File "/app/tortoise/models/autoregressive.py", line 12, in <module> import deepspeed ModuleNotFoundError: No module named 'deeps...
[pip3] rotary-embedding-torch==0.2.1 [pip3] torch==1.10.1 [pip3] torch-fidelity==0.3.0 [pip3] torchaudio==0.10.1 [pip3] torchdiffeq==0.2.3 [pip3] torchfile==0.1.0 [pip3] torchmetrics==0.11.0 [pip3] torchsde==0.2.5 [pip3] torchtext==0.12.0 [pip3] torchvision==0.11....
copying xformers/components/positional_embedding/sine.py -> build/lib.macosx-11.1-arm64-cpython-310/xformers/components/positional_embedding copying xformers/components/positional_embedding/rotary.py -> build/lib.macosx-11.1-arm64-cpython-310/xformers/components/positional_embedding ...
import torch from vit_pytorch.cct import cct_14 cct = cct_14( img_size = 224, n_conv_layers = 1, kernel_size = 7, stride = 2, padding = 3, pooling_kernel_size = 3, pooling_stride = 2, pooling_padding = 1, num_classes = 1000, positional_embedding = 'learnable', # ['sine'...
copying xformers/components/positional_embedding/sine.py -> build/lib.macosx-11.1-arm64-cpython-310/xformers/components/positional_embedding copying xformers/components/positional_embedding/rotary.py -> build/lib.macosx-11.1-arm64-cpython-310/xformers/components/positional_embedding ...