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...
rotary-embedding-torch==0.1.5 rsa==4.8 scikit-image==0.19.3 scipy==1.8.1 selenium==4.2.0 six==1.16.0 sniffio==1.2.0 sortedcontainers==2.4.0 taming-transformers-rom1504==0.0.6 tensorboard==2.9.1 tensorboard-data-server==0.6.1
[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....
torchaudio 0.13.1 has requirement torch==1.13.1, but you'll have torch 2.1.2 which is incompatible. ERROR: transformers 4.36.2 has requirement tokenizers<0.19,>=0.14, but you'll have tokenizers 0.13.3 which is incompatible. Installing collected packages: cachetools, numpy, pyarrow, tenacity,...
Get an errorNo module 'xformers'.in my Mac M1. The log is: Launching Web UI with arguments: --xformers Warning: caught exception 'Torch not compiled with CUDA enabled', memory monitor disabled No module 'xformers'. Proceeding without it. ...
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'...
This commit updates the `transform.fuse_split_rotary_embedding` pass to be a `tvm.ir.transform.Pass`, operating on all applicable matched in the `IRModule`. The `split_rotary` function is now produced as a fully-generic function, with static parameters substituted in afterwards. At this ...
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 ...