comando: !git clone https://github.com/facebookresearch/sam-audio.git %cd sam-audio !pip install .
Cloning into 'sam-audio'...
remote: Enumerating objects: 197, done.
remote: Counting objects: 100% (94/94), done.
remote: Compressing objects: 100% (46/46), done.
remote: Total 197 (delta 69), reused 48 (delta 48), pack-reused 103 (from 2)
Receiving objects: 100% (197/197), 22.56 MiB | 14.68 MiB/s, done.
Resolving deltas: 100% (96/96), done.
/content/sam-audio
Processing /content/sam-audio
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Collecting dacvae@ git+https://github.com/facebookresearch/dacvae.git (from sam_audio==0.1.0)
Cloning https://github.com/facebookresearch/dacvae.git to /tmp/pip-install-pdpzo1xs/dacvae_dd9e84ade3ed42e6b276317effd87d7a
Running command git clone --filter=blob:none --quiet https://github.com/facebookresearch/dacvae.git /tmp/pip-install-pdpzo1xs/dacvae_dd9e84ade3ed42e6b276317effd87d7a
Resolved https://github.com/facebookresearch/dacvae.git to commit 414c20785fc3a28373073ea8ef7a1316eeeaca6e
Preparing metadata (setup.py) ... done
Collecting imagebind@ git+https://github.com/facebookresearch/ImageBind.git (from sam_audio==0.1.0)
Cloning https://github.com/facebookresearch/ImageBind.git to /tmp/pip-install-pdpzo1xs/imagebind_477adc468a2f49528a5b19225ab7eac7
Running command git clone --filter=blob:none --quiet https://github.com/facebookresearch/ImageBind.git /tmp/pip-install-pdpzo1xs/imagebind_477adc468a2f49528a5b19225ab7eac7
Resolved https://github.com/facebookresearch/ImageBind.git to commit 53680b02d7e37b19b124fa37bae4b6c98c38f5be
Preparing metadata (setup.py) ... done
Collecting laion-clap@ git+https://github.com/lematt1991/CLAP.git (from sam_audio==0.1.0)
Cloning https://github.com/lematt1991/CLAP.git to /tmp/pip-install-pdpzo1xs/laion-clap_627a9c5942f7472a85fc49bc5682049b
Running command git clone --filter=blob:none --quiet https://github.com/lematt1991/CLAP.git /tmp/pip-install-pdpzo1xs/laion-clap_627a9c5942f7472a85fc49bc5682049b
Resolved https://github.com/lematt1991/CLAP.git to commit b85cb7ecac0af7d064cbf03ebd990e709e959fe7
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Collecting perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps (from sam_audio==0.1.0)
Cloning https://github.com/facebookresearch/perception_models (to revision unpin-deps) to /tmp/pip-install-pdpzo1xs/perception-models_0de0215e442f416e8c9b5c764a0f5639
Running command git clone --filter=blob:none --quiet https://github.com/facebookresearch/perception_models /tmp/pip-install-pdpzo1xs/perception-models_0de0215e442f416e8c9b5c764a0f5639
Running command git checkout -b unpin-deps --track origin/unpin-deps
Switched to a new branch 'unpin-deps'
Branch 'unpin-deps' set up to track remote branch 'unpin-deps' from 'origin'.
Resolved https://github.com/facebookresearch/perception_models to commit e72b6810b1133e1c879f2cc965d276eb73803f1f
Preparing metadata (setup.py) ... done
Collecting audiobox_aesthetics (from sam_audio==0.1.0)
Downloading audiobox_aesthetics-0.0.4-py3-none-any.whl.metadata (28 kB)
Requirement already satisfied: einops in /usr/local/lib/python3.12/dist-packages (from sam_audio==0.1.0) (0.8.1)
Requirement already satisfied: numpy in /usr/local/lib/python3.12/dist-packages (from sam_audio==0.1.0) (2.0.2)
Requirement already satisfied: pydub in /usr/local/lib/python3.12/dist-packages (from sam_audio==0.1.0) (0.25.1)
Requirement already satisfied: torch in /usr/local/lib/python3.12/dist-packages (from sam_audio==0.1.0) (2.9.0+cu126)
Requirement already satisfied: torchaudio in /usr/local/lib/python3.12/dist-packages (from sam_audio==0.1.0) (2.9.0+cu126)
Collecting torchcodec (from sam_audio==0.1.0)
Downloading torchcodec-0.9.1-cp312-cp312-manylinux_2_28_x86_64.whl.metadata (11 kB)
Collecting torchdiffeq (from sam_audio==0.1.0)
Downloading torchdiffeq-0.2.5-py3-none-any.whl.metadata (440 bytes)
Requirement already satisfied: torchvision in /usr/local/lib/python3.12/dist-packages (from sam_audio==0.1.0) (0.24.0+cu126)
Requirement already satisfied: transformers>=4.54.0 in /usr/local/lib/python3.12/dist-packages (from sam_audio==0.1.0) (4.57.3)
Requirement already satisfied: filelock in /usr/local/lib/python3.12/dist-packages (from transformers>=4.54.0->sam_audio==0.1.0) (3.20.2)
Requirement already satisfied: huggingface-hub<1.0,>=0.34.0 in /usr/local/lib/python3.12/dist-packages (from transformers>=4.54.0->sam_audio==0.1.0) (0.36.0)
Requirement already satisfied: packaging>=20.0 in /usr/local/lib/python3.12/dist-packages (from transformers>=4.54.0->sam_audio==0.1.0) (25.0)
Requirement already satisfied: pyyaml>=5.1 in /usr/local/lib/python3.12/dist-packages (from transformers>=4.54.0->sam_audio==0.1.0) (6.0.3)
Requirement already satisfied: regex!=2019.12.17 in /usr/local/lib/python3.12/dist-packages (from transformers>=4.54.0->sam_audio==0.1.0) (2025.11.3)
Requirement already satisfied: requests in /usr/local/lib/python3.12/dist-packages (from transformers>=4.54.0->sam_audio==0.1.0) (2.32.4)
Requirement already satisfied: tokenizers<=0.23.0,>=0.22.0 in /usr/local/lib/python3.12/dist-packages (from transformers>=4.54.0->sam_audio==0.1.0) (0.22.2)
Requirement already satisfied: safetensors>=0.4.3 in /usr/local/lib/python3.12/dist-packages (from transformers>=4.54.0->sam_audio==0.1.0) (0.7.0)
Requirement already satisfied: tqdm>=4.27 in /usr/local/lib/python3.12/dist-packages (from transformers>=4.54.0->sam_audio==0.1.0) (4.67.1)
Collecting submitit (from audiobox_aesthetics->sam_audio==0.1.0)
Downloading submitit-1.5.4-py3-none-any.whl.metadata (7.4 kB)
Requirement already satisfied: rich>=13.9.4 in /usr/local/lib/python3.12/dist-packages (from audiobox_aesthetics->sam_audio==0.1.0) (13.9.4)
Requirement already satisfied: typing-extensions>=4.10.0 in /usr/local/lib/python3.12/dist-packages (from torch->sam_audio==0.1.0) (4.15.0)
Requirement already satisfied: setuptools in /usr/local/lib/python3.12/dist-packages (from torch->sam_audio==0.1.0) (75.2.0)
Requirement already satisfied: sympy>=1.13.3 in /usr/local/lib/python3.12/dist-packages (from torch->sam_audio==0.1.0) (1.14.0)
Requirement already satisfied: networkx>=2.5.1 in /usr/local/lib/python3.12/dist-packages (from torch->sam_audio==0.1.0) (3.6.1)
Requirement already satisfied: jinja2 in /usr/local/lib/python3.12/dist-packages (from torch->sam_audio==0.1.0) (3.1.6)
Requirement already satisfied: fsspec>=0.8.5 in /usr/local/lib/python3.12/dist-packages (from torch->sam_audio==0.1.0) (2025.3.0)
Requirement already satisfied: nvidia-cuda-nvrtc-cu12==12.6.77 in /usr/local/lib/python3.12/dist-packages (from torch->sam_audio==0.1.0) (12.6.77)
Requirement already satisfied: nvidia-cuda-runtime-cu12==12.6.77 in /usr/local/lib/python3.12/dist-packages (from torch->sam_audio==0.1.0) (12.6.77)
Requirement already satisfied: nvidia-cuda-cupti-cu12==12.6.80 in /usr/local/lib/python3.12/dist-packages (from torch->sam_audio==0.1.0) (12.6.80)
Requirement already satisfied: nvidia-cudnn-cu12==9.10.2.21 in /usr/local/lib/python3.12/dist-packages (from torch->sam_audio==0.1.0) (9.10.2.21)
Requirement already satisfied: nvidia-cublas-cu12==12.6.4.1 in /usr/local/lib/python3.12/dist-packages (from torch->sam_audio==0.1.0) (12.6.4.1)
Requirement already satisfied: nvidia-cufft-cu12==11.3.0.4 in /usr/local/lib/python3.12/dist-packages (from torch->sam_audio==0.1.0) (11.3.0.4)
Requirement already satisfied: nvidia-curand-cu12==10.3.7.77 in /usr/local/lib/python3.12/dist-packages (from torch->sam_audio==0.1.0) (10.3.7.77)
Requirement already satisfied: nvidia-cusolver-cu12==11.7.1.2 in /usr/local/lib/python3.12/dist-packages (from torch->sam_audio==0.1.0) (11.7.1.2)
Requirement already satisfied: nvidia-cusparse-cu12==12.5.4.2 in /usr/local/lib/python3.12/dist-packages (from torch->sam_audio==0.1.0) (12.5.4.2)
Requirement already satisfied: nvidia-cusparselt-cu12==0.7.1 in /usr/local/lib/python3.12/dist-packages (from torch->sam_audio==0.1.0) (0.7.1)
Requirement already satisfied: nvidia-nccl-cu12==2.27.5 in /usr/local/lib/python3.12/dist-packages (from torch->sam_audio==0.1.0) (2.27.5)
Requirement already satisfied: nvidia-nvshmem-cu12==3.3.20 in /usr/local/lib/python3.12/dist-packages (from torch->sam_audio==0.1.0) (3.3.20)
Requirement already satisfied: nvidia-nvtx-cu12==12.6.77 in /usr/local/lib/python3.12/dist-packages (from torch->sam_audio==0.1.0) (12.6.77)
Requirement already satisfied: nvidia-nvjitlink-cu12==12.6.85 in /usr/local/lib/python3.12/dist-packages (from torch->sam_audio==0.1.0) (12.6.85)
Requirement already satisfied: nvidia-cufile-cu12==1.11.1.6 in /usr/local/lib/python3.12/dist-packages (from torch->sam_audio==0.1.0) (1.11.1.6)
Requirement already satisfied: triton==3.5.0 in /usr/local/lib/python3.12/dist-packages (from torch->sam_audio==0.1.0) (3.5.0)
Collecting argbind>=0.3.7 (from dacvae@ git+https://github.com/facebookresearch/dacvae.git->sam_audio==0.1.0)
Downloading argbind-0.3.9.tar.gz (17 kB)
Preparing metadata (setup.py) ... done
Collecting descript-audiotools>=0.7.2 (from dacvae@ git+https://github.com/facebookresearch/dacvae.git->sam_audio==0.1.0)
Downloading descript_audiotools-0.7.2-py2.py3-none-any.whl.metadata (3.4 kB)
Collecting pytorchvideo@ git+https://github.com/facebookresearch/pytorchvideo.git@6cdc929315aab1b5674b6dcf73b16ec99147735f (from imagebind@ git+https://github.com/facebookresearch/ImageBind.git->sam_audio==0.1.0)
Cloning https://github.com/facebookresearch/pytorchvideo.git (to revision 6cdc929315aab1b5674b6dcf73b16ec99147735f) to /tmp/pip-install-pdpzo1xs/pytorchvideo_93312517236b47c09136595368003a8d
Running command git clone --filter=blob:none --quiet https://github.com/facebookresearch/pytorchvideo.git /tmp/pip-install-pdpzo1xs/pytorchvideo_93312517236b47c09136595368003a8d
Running command git rev-parse -q --verify 'sha^6cdc929315aab1b5674b6dcf73b16ec99147735f'
Running command git fetch -q https://github.com/facebookresearch/pytorchvideo.git 6cdc929315aab1b5674b6dcf73b16ec99147735f
Running command git checkout -q 6cdc929315aab1b5674b6dcf73b16ec99147735f
Resolved https://github.com/facebookresearch/pytorchvideo.git to commit 6cdc929315aab1b5674b6dcf73b16ec99147735f
Preparing metadata (setup.py) ... done
Requirement already satisfied: timm in /usr/local/lib/python3.12/dist-packages (from imagebind@ git+https://github.com/facebookresearch/ImageBind.git->sam_audio==0.1.0) (1.0.24)
Collecting ftfy (from imagebind@ git+https://github.com/facebookresearch/ImageBind.git->sam_audio==0.1.0)
Downloading ftfy-6.3.1-py3-none-any.whl.metadata (7.3 kB)
Collecting iopath (from imagebind@ git+https://github.com/facebookresearch/ImageBind.git->sam_audio==0.1.0)
Downloading iopath-0.1.10.tar.gz (42 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.2/42.2 kB 4.3 MB/s eta 0:00:00
Preparing metadata (setup.py) ... done
Collecting types-regex (from imagebind@ git+https://github.com/facebookresearch/ImageBind.git->sam_audio==0.1.0)
Downloading types_regex-2025.11.3.20251106-py3-none-any.whl.metadata (1.7 kB)
Collecting numpy (from sam_audio==0.1.0)
Downloading numpy-1.26.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (61 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.0/61.0 kB 5.3 MB/s eta 0:00:00
Requirement already satisfied: soundfile in /usr/local/lib/python3.12/dist-packages (from laion-clap@ git+https://github.com/lematt1991/CLAP.git->sam_audio==0.1.0) (0.13.1)
Requirement already satisfied: librosa in /usr/local/lib/python3.12/dist-packages (from laion-clap@ git+https://github.com/lematt1991/CLAP.git->sam_audio==0.1.0) (0.11.0)
Collecting torchlibrosa (from laion-clap@ git+https://github.com/lematt1991/CLAP.git->sam_audio==0.1.0)
Downloading torchlibrosa-0.1.0-py3-none-any.whl.metadata (3.5 kB)
Collecting braceexpand (from laion-clap@ git+https://github.com/lematt1991/CLAP.git->sam_audio==0.1.0)
Downloading braceexpand-0.1.7-py2.py3-none-any.whl.metadata (3.0 kB)
Collecting webdataset (from laion-clap@ git+https://github.com/lematt1991/CLAP.git->sam_audio==0.1.0)
Downloading webdataset-1.0.2-py3-none-any.whl.metadata (12 kB)
Collecting wget (from laion-clap@ git+https://github.com/lematt1991/CLAP.git->sam_audio==0.1.0)
Downloading wget-3.2.zip (10 kB)
Preparing metadata (setup.py) ... done
Requirement already satisfied: wandb in /usr/local/lib/python3.12/dist-packages (from laion-clap@ git+https://github.com/lematt1991/CLAP.git->sam_audio==0.1.0) (0.23.1)
Requirement already satisfied: llvmlite in /usr/local/lib/python3.12/dist-packages (from laion-clap@ git+https://github.com/lematt1991/CLAP.git->sam_audio==0.1.0) (0.43.0)
Requirement already satisfied: scipy>=1.15.0 in /usr/local/lib/python3.12/dist-packages (from laion-clap@ git+https://github.com/lematt1991/CLAP.git->sam_audio==0.1.0) (1.16.3)
Requirement already satisfied: scikit-learn in /usr/local/lib/python3.12/dist-packages (from laion-clap@ git+https://github.com/lematt1991/CLAP.git->sam_audio==0.1.0) (1.6.1)
Requirement already satisfied: pandas>=2.2.0 in /usr/local/lib/python3.12/dist-packages (from laion-clap@ git+https://github.com/lematt1991/CLAP.git->sam_audio==0.1.0) (2.2.2)
Requirement already satisfied: h5py in /usr/local/lib/python3.12/dist-packages (from laion-clap@ git+https://github.com/lematt1991/CLAP.git->sam_audio==0.1.0) (3.15.1)
Collecting progressbar (from laion-clap@ git+https://github.com/lematt1991/CLAP.git->sam_audio==0.1.0)
Downloading progressbar-2.5.tar.gz (10 kB)
Preparing metadata (setup.py) ... done
Requirement already satisfied: pillow!=8.3.,>=5.3.0 in /usr/local/lib/python3.12/dist-packages (from torchvision->sam_audio==0.1.0) (11.3.0)
Requirement already satisfied: omegaconf in /usr/local/lib/python3.12/dist-packages (from perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0) (2.3.0)
Collecting msgspec (from perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0)
Downloading msgspec-0.20.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (5.5 kB)
Collecting rouge-score (from perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0)
Downloading rouge_score-0.1.2.tar.gz (17 kB)
Preparing metadata (setup.py) ... done
Collecting sacrebleu (from perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0)
Downloading sacrebleu-2.6.0-py3-none-any.whl.metadata (39 kB)
Requirement already satisfied: sentencepiece in /usr/local/lib/python3.12/dist-packages (from perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0) (0.2.1)
Requirement already satisfied: tiktoken in /usr/local/lib/python3.12/dist-packages (from perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0) (0.12.0)
Requirement already satisfied: blobfile in /usr/local/lib/python3.12/dist-packages (from perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0) (3.1.0)
Collecting viztracer (from perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0)
Downloading viztracer-1.1.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (13 kB)
Collecting lm-eval (from perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0)
Downloading lm_eval-0.4.9.2-py3-none-any.whl.metadata (53 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.8/53.8 kB 5.6 MB/s eta 0:00:00
Collecting pynvml (from perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0)
Downloading pynvml-13.0.1-py3-none-any.whl.metadata (5.6 kB)
Requirement already satisfied: orjson in /usr/local/lib/python3.12/dist-packages (from perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0) (3.11.5)
Collecting pyahocorasick (from perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0)
Downloading pyahocorasick-2.3.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (13 kB)
Requirement already satisfied: torchdata in /usr/local/lib/python3.12/dist-packages (from perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0) (0.11.0)
Collecting decord (from perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0)
Downloading decord-0.6.0-py3-none-manylinux2010_x86_64.whl.metadata (422 bytes)
Requirement already satisfied: opencv-python in /usr/local/lib/python3.12/dist-packages (from perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0) (4.12.0.88)
Collecting pycocoevalcap (from perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0)
Downloading pycocoevalcap-1.2-py3-none-any.whl.metadata (3.2 kB)
Collecting datatrove (from perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0)
Downloading datatrove-0.7.0-py3-none-any.whl.metadata (35 kB)
Collecting xformers (from perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0)
Downloading xformers-0.0.33.post2-cp39-abi3-manylinux_2_28_x86_64.whl.metadata (1.2 kB)
Requirement already satisfied: docstring-parser in /usr/local/lib/python3.12/dist-packages (from argbind>=0.3.7->dacvae@ git+https://github.com/facebookresearch/dacvae.git->sam_audio==0.1.0) (0.17.0)
Collecting pyloudnorm (from descript-audiotools>=0.7.2->dacvae@ git+https://github.com/facebookresearch/dacvae.git->sam_audio==0.1.0)
Downloading pyloudnorm-0.2.0-py3-none-any.whl.metadata (6.6 kB)
Requirement already satisfied: importlib-resources in /usr/local/lib/python3.12/dist-packages (from descript-audiotools>=0.7.2->dacvae@ git+https://github.com/facebookresearch/dacvae.git->sam_audio==0.1.0) (6.5.2)
Collecting julius (from descript-audiotools>=0.7.2->dacvae@ git+https://github.com/facebookresearch/dacvae.git->sam_audio==0.1.0)
Downloading julius-0.2.7.tar.gz (59 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 59.6/59.6 kB 4.9 MB/s eta 0:00:00
Preparing metadata (setup.py) ... done
Requirement already satisfied: ffmpy in /usr/local/lib/python3.12/dist-packages (from descript-audiotools>=0.7.2->dacvae@ git+https://github.com/facebookresearch/dacvae.git->sam_audio==0.1.0) (1.0.0)
Requirement already satisfied: ipython in /usr/local/lib/python3.12/dist-packages (from descript-audiotools>=0.7.2->dacvae@ git+https://github.com/facebookresearch/dacvae.git->sam_audio==0.1.0) (7.34.0)
Requirement already satisfied: matplotlib in /usr/local/lib/python3.12/dist-packages (from descript-audiotools>=0.7.2->dacvae@ git+https://github.com/facebookresearch/dacvae.git->sam_audio==0.1.0) (3.10.0)
Collecting pystoi (from descript-audiotools>=0.7.2->dacvae@ git+https://github.com/facebookresearch/dacvae.git->sam_audio==0.1.0)
Downloading pystoi-0.4.1-py2.py3-none-any.whl.metadata (4.0 kB)
Collecting torch-stoi (from descript-audiotools>=0.7.2->dacvae@ git+https://github.com/facebookresearch/dacvae.git->sam_audio==0.1.0)
Downloading torch_stoi-0.2.3-py3-none-any.whl.metadata (3.6 kB)
Collecting flatten-dict (from descript-audiotools>=0.7.2->dacvae@ git+https://github.com/facebookresearch/dacvae.git->sam_audio==0.1.0)
Downloading flatten_dict-0.4.2-py2.py3-none-any.whl.metadata (9.2 kB)
Collecting markdown2 (from descript-audiotools>=0.7.2->dacvae@ git+https://github.com/facebookresearch/dacvae.git->sam_audio==0.1.0)
Downloading markdown2-2.5.4-py3-none-any.whl.metadata (2.1 kB)
Collecting randomname (from descript-audiotools>=0.7.2->dacvae@ git+https://github.com/facebookresearch/dacvae.git->sam_audio==0.1.0)
Downloading randomname-0.2.1.tar.gz (64 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.2/64.2 kB 3.7 MB/s eta 0:00:00
Preparing metadata (setup.py) ... done
Collecting protobuf<3.20,>=3.9.2 (from descript-audiotools>=0.7.2->dacvae@ git+https://github.com/facebookresearch/dacvae.git->sam_audio==0.1.0)
Downloading protobuf-3.19.6-py2.py3-none-any.whl.metadata (828 bytes)
Requirement already satisfied: tensorboard in /usr/local/lib/python3.12/dist-packages (from descript-audiotools>=0.7.2->dacvae@ git+https://github.com/facebookresearch/dacvae.git->sam_audio==0.1.0) (2.19.0)
Requirement already satisfied: hf-xet<2.0.0,>=1.1.3 in /usr/local/lib/python3.12/dist-packages (from huggingface-hub<1.0,>=0.34.0->transformers>=4.54.0->sam_audio==0.1.0) (1.2.0)
Requirement already satisfied: python-dateutil>=2.8.2 in /usr/local/lib/python3.12/dist-packages (from pandas>=2.2.0->laion-clap@ git+https://github.com/lematt1991/CLAP.git->sam_audio==0.1.0) (2.9.0.post0)
Requirement already satisfied: pytz>=2020.1 in /usr/local/lib/python3.12/dist-packages (from pandas>=2.2.0->laion-clap@ git+https://github.com/lematt1991/CLAP.git->sam_audio==0.1.0) (2025.2)
Requirement already satisfied: tzdata>=2022.7 in /usr/local/lib/python3.12/dist-packages (from pandas>=2.2.0->laion-clap@ git+https://github.com/lematt1991/CLAP.git->sam_audio==0.1.0) (2025.3)
Requirement already satisfied: markdown-it-py>=2.2.0 in /usr/local/lib/python3.12/dist-packages (from rich>=13.9.4->audiobox_aesthetics->sam_audio==0.1.0) (4.0.0)
Requirement already satisfied: pygments<3.0.0,>=2.13.0 in /usr/local/lib/python3.12/dist-packages (from rich>=13.9.4->audiobox_aesthetics->sam_audio==0.1.0) (2.19.2)
Requirement already satisfied: mpmath<1.4,>=1.1.0 in /usr/local/lib/python3.12/dist-packages (from sympy>=1.13.3->torch->sam_audio==0.1.0) (1.3.0)
Requirement already satisfied: pycryptodomex>=3.8 in /usr/local/lib/python3.12/dist-packages (from blobfile->perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0) (3.23.0)
Requirement already satisfied: urllib3<3,>=1.25.3 in /usr/local/lib/python3.12/dist-packages (from blobfile->perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0) (2.5.0)
Requirement already satisfied: lxml>=4.9 in /usr/local/lib/python3.12/dist-packages (from blobfile->perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0) (6.0.2)
Requirement already satisfied: dill>=0.3.0 in /usr/local/lib/python3.12/dist-packages (from datatrove->perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0) (0.3.8)
Requirement already satisfied: humanize in /usr/local/lib/python3.12/dist-packages (from datatrove->perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0) (4.15.0)
Collecting loguru>=0.7.0 (from datatrove->perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0)
Downloading loguru-0.7.3-py3-none-any.whl.metadata (22 kB)
Requirement already satisfied: multiprocess in /usr/local/lib/python3.12/dist-packages (from datatrove->perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0) (0.70.16)
INFO: pip is looking at multiple versions of datatrove to determine which version is compatible with other requirements. This could take a while.
Collecting datatrove (from perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0)
Downloading datatrove-0.6.0-py3-none-any.whl.metadata (33 kB)
Downloading datatrove-0.5.0-py3-none-any.whl.metadata (30 kB)
Downloading datatrove-0.4.0-py3-none-any.whl.metadata (30 kB)
Downloading datatrove-0.3.0-py3-none-any.whl.metadata (30 kB)
Requirement already satisfied: wcwidth in /usr/local/lib/python3.12/dist-packages (from ftfy->imagebind@ git+https://github.com/facebookresearch/ImageBind.git->sam_audio==0.1.0) (0.2.14)
Collecting portalocker (from iopath->imagebind@ git+https://github.com/facebookresearch/ImageBind.git->sam_audio==0.1.0)
Downloading portalocker-3.2.0-py3-none-any.whl.metadata (8.7 kB)
Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.12/dist-packages (from jinja2->torch->sam_audio==0.1.0) (3.0.3)
Requirement already satisfied: audioread>=2.1.9 in /usr/local/lib/python3.12/dist-packages (from librosa->laion-clap@ git+https://github.com/lematt1991/CLAP.git->sam_audio==0.1.0) (3.1.0)
Requirement already satisfied: numba>=0.51.0 in /usr/local/lib/python3.12/dist-packages (from librosa->laion-clap@ git+https://github.com/lematt1991/CLAP.git->sam_audio==0.1.0) (0.60.0)
Requirement already satisfied: joblib>=1.0 in /usr/local/lib/python3.12/dist-packages (from librosa->laion-clap@ git+https://github.com/lematt1991/CLAP.git->sam_audio==0.1.0) (1.5.3)
Requirement already satisfied: decorator>=4.3.0 in /usr/local/lib/python3.12/dist-packages (from librosa->laion-clap@ git+https://github.com/lematt1991/CLAP.git->sam_audio==0.1.0) (4.4.2)
Requirement already satisfied: pooch>=1.1 in /usr/local/lib/python3.12/dist-packages (from librosa->laion-clap@ git+https://github.com/lematt1991/CLAP.git->sam_audio==0.1.0) (1.8.2)
Requirement already satisfied: soxr>=0.3.2 in /usr/local/lib/python3.12/dist-packages (from librosa->laion-clap@ git+https://github.com/lematt1991/CLAP.git->sam_audio==0.1.0) (1.0.0)
Requirement already satisfied: lazy_loader>=0.1 in /usr/local/lib/python3.12/dist-packages (from librosa->laion-clap@ git+https://github.com/lematt1991/CLAP.git->sam_audio==0.1.0) (0.4)
Requirement already satisfied: msgpack>=1.0 in /usr/local/lib/python3.12/dist-packages (from librosa->laion-clap@ git+https://github.com/lematt1991/CLAP.git->sam_audio==0.1.0) (1.1.2)
Requirement already satisfied: threadpoolctl>=3.1.0 in /usr/local/lib/python3.12/dist-packages (from scikit-learn->laion-clap@ git+https://github.com/lematt1991/CLAP.git->sam_audio==0.1.0) (3.6.0)
Requirement already satisfied: cffi>=1.0 in /usr/local/lib/python3.12/dist-packages (from soundfile->laion-clap@ git+https://github.com/lematt1991/CLAP.git->sam_audio==0.1.0) (2.0.0)
Requirement already satisfied: accelerate>=0.26.0 in /usr/local/lib/python3.12/dist-packages (from lm-eval->perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0) (1.12.0)
Collecting evaluate (from lm-eval->perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0)
Downloading evaluate-0.4.6-py3-none-any.whl.metadata (9.5 kB)
Requirement already satisfied: datasets>=2.16.0 in /usr/local/lib/python3.12/dist-packages (from lm-eval->perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0) (4.0.0)
Collecting jsonlines (from lm-eval->perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0)
Downloading jsonlines-4.0.0-py3-none-any.whl.metadata (1.6 kB)
Requirement already satisfied: numexpr in /usr/local/lib/python3.12/dist-packages (from lm-eval->perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0) (2.14.1)
Requirement already satisfied: peft>=0.2.0 in /usr/local/lib/python3.12/dist-packages (from lm-eval->perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0) (0.18.0)
Collecting pybind11>=2.6.2 (from lm-eval->perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0)
Downloading pybind11-3.0.1-py3-none-any.whl.metadata (10.0 kB)
Collecting pytablewriter (from lm-eval->perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0)
Downloading pytablewriter-1.2.1-py3-none-any.whl.metadata (38 kB)
Collecting sqlitedict (from lm-eval->perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0)
Downloading sqlitedict-2.1.0.tar.gz (21 kB)
Preparing metadata (setup.py) ... done
Collecting tqdm-multiprocess (from lm-eval->perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0)
Downloading tqdm_multiprocess-0.0.11-py3-none-any.whl.metadata (5.7 kB)
Requirement already satisfied: zstandard in /usr/local/lib/python3.12/dist-packages (from lm-eval->perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0) (0.25.0)
Collecting word2number (from lm-eval->perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0)
Downloading word2number-1.1.zip (9.7 kB)
Preparing metadata (setup.py) ... done
Requirement already satisfied: more_itertools in /usr/local/lib/python3.12/dist-packages (from lm-eval->perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0) (10.8.0)
Requirement already satisfied: absl-py in /usr/local/lib/python3.12/dist-packages (from rouge-score->perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0) (1.4.0)
Requirement already satisfied: nltk in /usr/local/lib/python3.12/dist-packages (from rouge-score->perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0) (3.9.1)
Requirement already satisfied: six>=1.14.0 in /usr/local/lib/python3.12/dist-packages (from rouge-score->perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0) (1.17.0)
Requirement already satisfied: tabulate>=0.8.9 in /usr/local/lib/python3.12/dist-packages (from sacrebleu->perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0) (0.9.0)
Collecting colorama (from sacrebleu->perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0)
Downloading colorama-0.4.6-py2.py3-none-any.whl.metadata (17 kB)
Requirement already satisfied: antlr4-python3-runtime==4.9. in /usr/local/lib/python3.12/dist-packages (from omegaconf->perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0) (4.9.3)
INFO: pip is looking at multiple versions of opencv-python to determine which version is compatible with other requirements. This could take a while.
Collecting opencv-python (from perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0)
Downloading opencv_python-4.11.0.86-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (20 kB)
Requirement already satisfied: pycocotools>=2.0.2 in /usr/local/lib/python3.12/dist-packages (from pycocoevalcap->perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0) (2.0.11)
Requirement already satisfied: nvidia-ml-py>=12.0.0 in /usr/local/lib/python3.12/dist-packages (from pynvml->perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0) (13.590.44)
Collecting fvcore (from pytorchvideo@ git+https://github.com/facebookresearch/pytorchvideo.git@6cdc929315aab1b5674b6dcf73b16ec99147735f->imagebind@ git+https://github.com/facebookresearch/ImageBind.git->sam_audio==0.1.0)
Downloading fvcore-0.1.5.post20221221.tar.gz (50 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 50.2/50.2 kB 4.7 MB/s eta 0:00:00
Preparing metadata (setup.py) ... done
Collecting av (from pytorchvideo@ git+https://github.com/facebookresearch/pytorchvideo.git@6cdc929315aab1b5674b6dcf73b16ec99147735f->imagebind@ git+https://github.com/facebookresearch/ImageBind.git->sam_audio==0.1.0)
Downloading av-16.1.0-cp312-cp312-manylinux_2_28_x86_64.whl.metadata (4.6 kB)
Collecting parameterized (from pytorchvideo@ git+https://github.com/facebookresearch/pytorchvideo.git@6cdc929315aab1b5674b6dcf73b16ec99147735f->imagebind@ git+https://github.com/facebookresearch/ImageBind.git->sam_audio==0.1.0)
Downloading parameterized-0.9.0-py2.py3-none-any.whl.metadata (18 kB)
Requirement already satisfied: charset_normalizer<4,>=2 in /usr/local/lib/python3.12/dist-packages (from requests->transformers>=4.54.0->sam_audio==0.1.0) (3.4.4)
Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.12/dist-packages (from requests->transformers>=4.54.0->sam_audio==0.1.0) (3.11)
Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.12/dist-packages (from requests->transformers>=4.54.0->sam_audio==0.1.0) (2026.1.4)
Requirement already satisfied: cloudpickle>=1.2.1 in /usr/local/lib/python3.12/dist-packages (from submitit->audiobox_aesthetics->sam_audio==0.1.0) (3.1.2)
Collecting objprint>=0.3.0 (from viztracer->perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0)
Downloading objprint-0.3.0-py3-none-any.whl.metadata (25 kB)
Requirement already satisfied: click>=8.0.1 in /usr/local/lib/python3.12/dist-packages (from wandb->laion-clap@ git+https://github.com/lematt1991/CLAP.git->sam_audio==0.1.0) (8.3.1)
Requirement already satisfied: gitpython!=3.1.29,>=1.0.0 in /usr/local/lib/python3.12/dist-packages (from wandb->laion-clap@ git+https://github.com/lematt1991/CLAP.git->sam_audio==0.1.0) (3.1.46)
Requirement already satisfied: platformdirs in /usr/local/lib/python3.12/dist-packages (from wandb->laion-clap@ git+https://github.com/lematt1991/CLAP.git->sam_audio==0.1.0) (4.5.1)
Requirement already satisfied: pydantic<3 in /usr/local/lib/python3.12/dist-packages (from wandb->laion-clap@ git+https://github.com/lematt1991/CLAP.git->sam_audio==0.1.0) (2.12.3)
Requirement already satisfied: sentry-sdk>=2.0.0 in /usr/local/lib/python3.12/dist-packages (from wandb->laion-clap@ git+https://github.com/lematt1991/CLAP.git->sam_audio==0.1.0) (2.49.0)
INFO: pip is looking at multiple versions of xformers to determine which version is compatible with other requirements. This could take a while.
Collecting xformers (from perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0)
Downloading xformers-0.0.33.post1-cp39-abi3-manylinux_2_28_x86_64.whl.metadata (1.2 kB)
Requirement already satisfied: psutil in /usr/local/lib/python3.12/dist-packages (from accelerate>=0.26.0->lm-eval->perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0) (5.9.5)
Requirement already satisfied: pycparser in /usr/local/lib/python3.12/dist-packages (from cffi>=1.0->soundfile->laion-clap@ git+https://github.com/lematt1991/CLAP.git->sam_audio==0.1.0) (2.23)
Requirement already satisfied: pyarrow>=15.0.0 in /usr/local/lib/python3.12/dist-packages (from datasets>=2.16.0->lm-eval->perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0) (18.1.0)
Requirement already satisfied: xxhash in /usr/local/lib/python3.12/dist-packages (from datasets>=2.16.0->lm-eval->perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0) (3.6.0)
Requirement already satisfied: gitdb<5,>=4.0.1 in /usr/local/lib/python3.12/dist-packages (from gitpython!=3.1.29,>=1.0.0->wandb->laion-clap@ git+https://github.com/lematt1991/CLAP.git->sam_audio==0.1.0) (4.0.12)
Requirement already satisfied: mdurl~=0.1 in /usr/local/lib/python3.12/dist-packages (from markdown-it-py>=2.2.0->rich>=13.9.4->audiobox_aesthetics->sam_audio==0.1.0) (0.1.2)
Requirement already satisfied: annotated-types>=0.6.0 in /usr/local/lib/python3.12/dist-packages (from pydantic<3->wandb->laion-clap@ git+https://github.com/lematt1991/CLAP.git->sam_audio==0.1.0) (0.7.0)
Requirement already satisfied: pydantic-core==2.41.4 in /usr/local/lib/python3.12/dist-packages (from pydantic<3->wandb->laion-clap@ git+https://github.com/lematt1991/CLAP.git->sam_audio==0.1.0) (2.41.4)
Requirement already satisfied: typing-inspection>=0.4.2 in /usr/local/lib/python3.12/dist-packages (from pydantic<3->wandb->laion-clap@ git+https://github.com/lematt1991/CLAP.git->sam_audio==0.1.0) (0.4.2)
Collecting yacs>=0.1.6 (from fvcore->pytorchvideo@ git+https://github.com/facebookresearch/pytorchvideo.git@6cdc929315aab1b5674b6dcf73b16ec99147735f->imagebind@ git+https://github.com/facebookresearch/ImageBind.git->sam_audio==0.1.0)
Downloading yacs-0.1.8-py3-none-any.whl.metadata (639 bytes)
Requirement already satisfied: termcolor>=1.1 in /usr/local/lib/python3.12/dist-packages (from fvcore->pytorchvideo@ git+https://github.com/facebookresearch/pytorchvideo.git@6cdc929315aab1b5674b6dcf73b16ec99147735f->imagebind@ git+https://github.com/facebookresearch/ImageBind.git->sam_audio==0.1.0) (3.3.0)
Collecting jedi>=0.16 (from ipython->descript-audiotools>=0.7.2->dacvae@ git+https://github.com/facebookresearch/dacvae.git->sam_audio==0.1.0)
Downloading jedi-0.19.2-py2.py3-none-any.whl.metadata (22 kB)
Requirement already satisfied: pickleshare in /usr/local/lib/python3.12/dist-packages (from ipython->descript-audiotools>=0.7.2->dacvae@ git+https://github.com/facebookresearch/dacvae.git->sam_audio==0.1.0) (0.7.5)
Requirement already satisfied: traitlets>=4.2 in /usr/local/lib/python3.12/dist-packages (from ipython->descript-audiotools>=0.7.2->dacvae@ git+https://github.com/facebookresearch/dacvae.git->sam_audio==0.1.0) (5.7.1)
Requirement already satisfied: prompt-toolkit!=3.0.0,!=3.0.1,<3.1.0,>=2.0.0 in /usr/local/lib/python3.12/dist-packages (from ipython->descript-audiotools>=0.7.2->dacvae@ git+https://github.com/facebookresearch/dacvae.git->sam_audio==0.1.0) (3.0.52)
Requirement already satisfied: backcall in /usr/local/lib/python3.12/dist-packages (from ipython->descript-audiotools>=0.7.2->dacvae@ git+https://github.com/facebookresearch/dacvae.git->sam_audio==0.1.0) (0.2.0)
Requirement already satisfied: matplotlib-inline in /usr/local/lib/python3.12/dist-packages (from ipython->descript-audiotools>=0.7.2->dacvae@ git+https://github.com/facebookresearch/dacvae.git->sam_audio==0.1.0) (0.2.1)
Requirement already satisfied: pexpect>4.3 in /usr/local/lib/python3.12/dist-packages (from ipython->descript-audiotools>=0.7.2->dacvae@ git+https://github.com/facebookresearch/dacvae.git->sam_audio==0.1.0) (4.9.0)
Requirement already satisfied: attrs>=19.2.0 in /usr/local/lib/python3.12/dist-packages (from jsonlines->lm-eval->perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0) (25.4.0)
Requirement already satisfied: contourpy>=1.0.1 in /usr/local/lib/python3.12/dist-packages (from matplotlib->descript-audiotools>=0.7.2->dacvae@ git+https://github.com/facebookresearch/dacvae.git->sam_audio==0.1.0) (1.3.3)
Requirement already satisfied: cycler>=0.10 in /usr/local/lib/python3.12/dist-packages (from matplotlib->descript-audiotools>=0.7.2->dacvae@ git+https://github.com/facebookresearch/dacvae.git->sam_audio==0.1.0) (0.12.1)
Requirement already satisfied: fonttools>=4.22.0 in /usr/local/lib/python3.12/dist-packages (from matplotlib->descript-audiotools>=0.7.2->dacvae@ git+https://github.com/facebookresearch/dacvae.git->sam_audio==0.1.0) (4.61.1)
Requirement already satisfied: kiwisolver>=1.3.1 in /usr/local/lib/python3.12/dist-packages (from matplotlib->descript-audiotools>=0.7.2->dacvae@ git+https://github.com/facebookresearch/dacvae.git->sam_audio==0.1.0) (1.4.9)
Requirement already satisfied: pyparsing>=2.3.1 in /usr/local/lib/python3.12/dist-packages (from matplotlib->descript-audiotools>=0.7.2->dacvae@ git+https://github.com/facebookresearch/dacvae.git->sam_audio==0.1.0) (3.3.1)
Collecting DataProperty<2,>=1.1.0 (from pytablewriter->lm-eval->perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0)
Downloading DataProperty-1.1.0-py3-none-any.whl.metadata (11 kB)
Collecting mbstrdecoder<2,>=1.0.0 (from pytablewriter->lm-eval->perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0)
Downloading mbstrdecoder-1.1.4-py3-none-any.whl.metadata (4.3 kB)
Collecting pathvalidate<4,>=2.3.0 (from pytablewriter->lm-eval->perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0)
Downloading pathvalidate-3.3.1-py3-none-any.whl.metadata (12 kB)
Collecting tabledata<2,>=1.3.1 (from pytablewriter->lm-eval->perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0)
Downloading tabledata-1.3.4-py3-none-any.whl.metadata (3.7 kB)
Collecting tcolorpy<1,>=0.0.5 (from pytablewriter->lm-eval->perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0)
Downloading tcolorpy-0.1.7-py3-none-any.whl.metadata (6.3 kB)
Collecting typepy<2,>=1.3.2 (from typepy[datetime]<2,>=1.3.2->pytablewriter->lm-eval->perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0)
Downloading typepy-1.3.4-py3-none-any.whl.metadata (9.2 kB)
Collecting fire (from randomname->descript-audiotools>=0.7.2->dacvae@ git+https://github.com/facebookresearch/dacvae.git->sam_audio==0.1.0)
Downloading fire-0.7.1-py3-none-any.whl.metadata (5.8 kB)
Requirement already satisfied: grpcio>=1.48.2 in /usr/local/lib/python3.12/dist-packages (from tensorboard->descript-audiotools>=0.7.2->dacvae@ git+https://github.com/facebookresearch/dacvae.git->sam_audio==0.1.0) (1.76.0)
Requirement already satisfied: markdown>=2.6.8 in /usr/local/lib/python3.12/dist-packages (from tensorboard->descript-audiotools>=0.7.2->dacvae@ git+https://github.com/facebookresearch/dacvae.git->sam_audio==0.1.0) (3.10)
Requirement already satisfied: tensorboard-data-server<0.8.0,>=0.7.0 in /usr/local/lib/python3.12/dist-packages (from tensorboard->descript-audiotools>=0.7.2->dacvae@ git+https://github.com/facebookresearch/dacvae.git->sam_audio==0.1.0) (0.7.2)
Requirement already satisfied: werkzeug>=1.0.1 in /usr/local/lib/python3.12/dist-packages (from tensorboard->descript-audiotools>=0.7.2->dacvae@ git+https://github.com/facebookresearch/dacvae.git->sam_audio==0.1.0) (3.1.5)
Requirement already satisfied: aiohttp!=4.0.0a0,!=4.0.0a1 in /usr/local/lib/python3.12/dist-packages (from fsspec[http]<=2025.3.0,>=2023.1.0->datasets>=2.16.0->lm-eval->perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0) (3.13.3)
Requirement already satisfied: smmap<6,>=3.0.1 in /usr/local/lib/python3.12/dist-packages (from gitdb<5,>=4.0.1->gitpython!=3.1.29,>=1.0.0->wandb->laion-clap@ git+https://github.com/lematt1991/CLAP.git->sam_audio==0.1.0) (5.0.2)
Requirement already satisfied: parso<0.9.0,>=0.8.4 in /usr/local/lib/python3.12/dist-packages (from jedi>=0.16->ipython->descript-audiotools>=0.7.2->dacvae@ git+https://github.com/facebookresearch/dacvae.git->sam_audio==0.1.0) (0.8.5)
Requirement already satisfied: chardet<6,>=3.0.4 in /usr/local/lib/python3.12/dist-packages (from mbstrdecoder<2,>=1.0.0->pytablewriter->lm-eval->perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0) (5.2.0)
Requirement already satisfied: ptyprocess>=0.5 in /usr/local/lib/python3.12/dist-packages (from pexpect>4.3->ipython->descript-audiotools>=0.7.2->dacvae@ git+https://github.com/facebookresearch/dacvae.git->sam_audio==0.1.0) (0.7.0)
Requirement already satisfied: aiohappyeyeballs>=2.5.0 in /usr/local/lib/python3.12/dist-packages (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets>=2.16.0->lm-eval->perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0) (2.6.1)
Requirement already satisfied: aiosignal>=1.4.0 in /usr/local/lib/python3.12/dist-packages (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets>=2.16.0->lm-eval->perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0) (1.4.0)
Requirement already satisfied: frozenlist>=1.1.1 in /usr/local/lib/python3.12/dist-packages (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets>=2.16.0->lm-eval->perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0) (1.8.0)
Requirement already satisfied: multidict<7.0,>=4.5 in /usr/local/lib/python3.12/dist-packages (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets>=2.16.0->lm-eval->perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0) (6.7.0)
Requirement already satisfied: propcache>=0.2.0 in /usr/local/lib/python3.12/dist-packages (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets>=2.16.0->lm-eval->perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0) (0.4.1)
Requirement already satisfied: yarl<2.0,>=1.17.0 in /usr/local/lib/python3.12/dist-packages (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets>=2.16.0->lm-eval->perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0) (1.22.0)
Downloading audiobox_aesthetics-0.0.4-py3-none-any.whl (38 kB)
Downloading numpy-1.26.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.0 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.0/18.0 MB 121.3 MB/s eta 0:00:00
Downloading torchcodec-0.9.1-cp312-cp312-manylinux_2_28_x86_64.whl (2.1 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 75.8 MB/s eta 0:00:00
Downloading torchdiffeq-0.2.5-py3-none-any.whl (32 kB)
Downloading descript_audiotools-0.7.2-py2.py3-none-any.whl (106 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 106.7/106.7 kB 11.6 MB/s eta 0:00:00
Downloading braceexpand-0.1.7-py2.py3-none-any.whl (5.9 kB)
Downloading datatrove-0.3.0-py3-none-any.whl (16.7 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.7/16.7 MB 106.8 MB/s eta 0:00:00
Downloading decord-0.6.0-py3-none-manylinux2010_x86_64.whl (13.6 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.6/13.6 MB 138.1 MB/s eta 0:00:00
Downloading ftfy-6.3.1-py3-none-any.whl (44 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 44.8/44.8 kB 4.6 MB/s eta 0:00:00
Downloading lm_eval-0.4.9.2-py3-none-any.whl (8.2 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.2/8.2 MB 106.4 MB/s eta 0:00:00
Downloading sacrebleu-2.6.0-py3-none-any.whl (100 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100.8/100.8 kB 8.2 MB/s eta 0:00:00
Downloading msgspec-0.20.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (224 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 224.9/224.9 kB 23.9 MB/s eta 0:00:00
Downloading opencv_python-4.11.0.86-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (63.0 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.0/63.0 MB 10.4 MB/s eta 0:00:00
Downloading pyahocorasick-2.3.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (114 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 114.9/114.9 kB 12.2 MB/s eta 0:00:00
Downloading pycocoevalcap-1.2-py3-none-any.whl (104.3 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 104.3/104.3 MB 8.1 MB/s eta 0:00:00
Downloading pynvml-13.0.1-py3-none-any.whl (28 kB)
Downloading submitit-1.5.4-py3-none-any.whl (76 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 76.0/76.0 kB 7.1 MB/s eta 0:00:00
Downloading torchlibrosa-0.1.0-py3-none-any.whl (11 kB)
Downloading types_regex-2025.11.3.20251106-py3-none-any.whl (11 kB)
Downloading viztracer-1.1.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (15.9 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15.9/15.9 MB 59.5 MB/s eta 0:00:00
Downloading webdataset-1.0.2-py3-none-any.whl (74 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 75.0/75.0 kB 9.0 MB/s eta 0:00:00
Downloading xformers-0.0.33.post1-cp39-abi3-manylinux_2_28_x86_64.whl (122.9 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 122.9/122.9 MB 7.9 MB/s eta 0:00:00
Downloading evaluate-0.4.6-py3-none-any.whl (84 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 84.1/84.1 kB 8.5 MB/s eta 0:00:00
Downloading loguru-0.7.3-py3-none-any.whl (61 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.6/61.6 kB 6.3 MB/s eta 0:00:00
Downloading objprint-0.3.0-py3-none-any.whl (41 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 41.6/41.6 kB 3.6 MB/s eta 0:00:00
Downloading protobuf-3.19.6-py2.py3-none-any.whl (162 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 162.6/162.6 kB 16.3 MB/s eta 0:00:00
Downloading pybind11-3.0.1-py3-none-any.whl (293 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 293.6/293.6 kB 28.2 MB/s eta 0:00:00
Downloading av-16.1.0-cp312-cp312-manylinux_2_28_x86_64.whl (41.2 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 41.2/41.2 MB 19.2 MB/s eta 0:00:00
Downloading colorama-0.4.6-py2.py3-none-any.whl (25 kB)
Downloading flatten_dict-0.4.2-py2.py3-none-any.whl (9.7 kB)
Downloading jsonlines-4.0.0-py3-none-any.whl (8.7 kB)
Downloading markdown2-2.5.4-py3-none-any.whl (49 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 50.0/50.0 kB 4.7 MB/s eta 0:00:00
Downloading parameterized-0.9.0-py2.py3-none-any.whl (20 kB)
Downloading portalocker-3.2.0-py3-none-any.whl (22 kB)
Downloading pyloudnorm-0.2.0-py3-none-any.whl (10 kB)
Downloading pystoi-0.4.1-py2.py3-none-any.whl (8.2 kB)
Downloading pytablewriter-1.2.1-py3-none-any.whl (91 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 91.1/91.1 kB 10.2 MB/s eta 0:00:00
Downloading torch_stoi-0.2.3-py3-none-any.whl (8.1 kB)
Downloading tqdm_multiprocess-0.0.11-py3-none-any.whl (9.8 kB)
Downloading DataProperty-1.1.0-py3-none-any.whl (27 kB)
Downloading jedi-0.19.2-py2.py3-none-any.whl (1.6 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 58.3 MB/s eta 0:00:00
Downloading mbstrdecoder-1.1.4-py3-none-any.whl (7.9 kB)
Downloading pathvalidate-3.3.1-py3-none-any.whl (24 kB)
Downloading tabledata-1.3.4-py3-none-any.whl (11 kB)
Downloading tcolorpy-0.1.7-py3-none-any.whl (8.1 kB)
Downloading typepy-1.3.4-py3-none-any.whl (31 kB)
Downloading yacs-0.1.8-py3-none-any.whl (14 kB)
Downloading fire-0.7.1-py3-none-any.whl (115 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 115.9/115.9 kB 13.6 MB/s eta 0:00:00
Building wheels for collected packages: sam_audio, dacvae, imagebind, laion-clap, perception-models, argbind, iopath, rouge-score, progressbar, pytorchvideo, wget, fvcore, julius, randomname, sqlitedict, word2number
Building wheel for sam_audio (pyproject.toml) ... done
Created wheel for sam_audio: filename=sam_audio-0.1.0-py3-none-any.whl size=41778 sha256=a09756a0d1f5e6e2c3d913ced2ebfd1aecf8c9d1c1a7677f8c05194b8b3312db
Stored in directory: /root/.cache/pip/wheels/f9/c2/00/11699050b9774e8ba8c1543e661de6ad7c2f78dcabd1cf90c5
Building wheel for dacvae (setup.py) ... done
Created wheel for dacvae: filename=dacvae-1.0.0-py3-none-any.whl size=22374 sha256=322fc27b2490cc9d4f89f1cde03dae7ed18e7910ea1bd0e896fdd0f2b9dd19ce
Stored in directory: /tmp/pip-ephem-wheel-cache-hgbho3oc/wheels/9d/19/4e/dacfd7e08426f6ecb992c8ceb14adbf29ddc265074eb6d9955
Building wheel for imagebind (setup.py) ... done
Created wheel for imagebind: filename=imagebind-0.1.0-py3-none-any.whl size=1385594 sha256=1980ae0988d4e61a1ea6d3bc9a9a59f22e112bca3778a06d25d3b38a49b73481
Stored in directory: /tmp/pip-ephem-wheel-cache-hgbho3oc/wheels/80/b9/ca/bc2a2b5520aea0e9a1fbdbcd32e4d5b7d3218622831cfdafaf
Building wheel for laion-clap (pyproject.toml) ... done
Created wheel for laion-clap: filename=laion_clap-1.1.6-py3-none-any.whl size=1501383 sha256=67e740ee9d4faf87a7c06cec92ba780331eb403c11bd1b5c3c171df2d216bfeb
Stored in directory: /tmp/pip-ephem-wheel-cache-hgbho3oc/wheels/37/23/9a/2135241b8eeaca7118e577fe9098e85b23a5684fd0b340e835
Building wheel for perception-models (setup.py) ... done
Created wheel for perception-models: filename=perception_models-1.0.0-py3-none-any.whl size=1459329 sha256=02013455e538342b1ce5e0b0310796c0a4152b95963f69905f21c7e2b5953eb8
Stored in directory: /tmp/pip-ephem-wheel-cache-hgbho3oc/wheels/b8/75/d6/e7f591ca5d29d6ca89702dda1351c82075394a77d43eb9f53f
Building wheel for argbind (setup.py) ... done
Created wheel for argbind: filename=argbind-0.3.9-py2.py3-none-any.whl size=11730 sha256=124bd2beeadd6c0152ef24f38467065d1ca028158b7fb46753f8f72bc5c72e4d
Stored in directory: /root/.cache/pip/wheels/eb/33/cb/c5e898b01c657604d61ef1462002dee37ed67b4b05b871dc45
Building wheel for iopath (setup.py) ... done
Created wheel for iopath: filename=iopath-0.1.10-py3-none-any.whl size=31527 sha256=84300c0ca74135d83d4a5c9cc38cd3fc00c8bacfbe98c71ce4fc1cfea73a14fb
Stored in directory: /root/.cache/pip/wheels/7c/96/04/4f5f31ff812f684f69f40cb1634357812220aac58d4698048c
Building wheel for rouge-score (setup.py) ... done
Created wheel for rouge-score: filename=rouge_score-0.1.2-py3-none-any.whl size=24934 sha256=0db5a6aec510760418d27c23aa5764e86cb05b7beeae368acd14136ff8531243
Stored in directory: /root/.cache/pip/wheels/85/9d/af/01feefbe7d55ef5468796f0c68225b6788e85d9d0a281e7a70
Building wheel for progressbar (setup.py) ... done
Created wheel for progressbar: filename=progressbar-2.5-py3-none-any.whl size=12065 sha256=9029b34ec5dcc11710d9a3a347ae508da7f75c188748a6db282c4cdaee57c8f5
Stored in directory: /root/.cache/pip/wheels/a5/4d/c7/f3cf0f75c746c219090060131fe00f1523cc2c5484991f4030
Building wheel for pytorchvideo (setup.py) ... done
Created wheel for pytorchvideo: filename=pytorchvideo-0.1.5-py3-none-any.whl size=213014 sha256=63504355b6aeae5bfbe9288617a830c8d2d6183ee801bb3bf7ceda182df89c38
Stored in directory: /root/.cache/pip/wheels/f2/e1/3c/62d65f6ea1f1de3177b6d9280234e49f429c0a0af34ccbc9dc
Building wheel for wget (setup.py) ... done
Created wheel for wget: filename=wget-3.2-py3-none-any.whl size=9655 sha256=eee9c1e2210752ff7a98149820d6f31c9a4d2344467d3a727224a751ab6e0ea1
Stored in directory: /root/.cache/pip/wheels/01/46/3b/e29ffbe4ebe614ff224bad40fc6a5773a67a163251585a13a9
Building wheel for fvcore (setup.py) ... done
Created wheel for fvcore: filename=fvcore-0.1.5.post20221221-py3-none-any.whl size=61397 sha256=7d2c5c6dafa1840a7cf01296572f3ac0ce03f71c02ed9bca946c019b9b32fc2a
Stored in directory: /root/.cache/pip/wheels/ed/9f/a5/e4f5b27454ccd4596bd8b62432c7d6b1ca9fa22aef9d70a16a
Building wheel for julius (setup.py) ... done
Created wheel for julius: filename=julius-0.2.7-py3-none-any.whl size=21870 sha256=72a3b60a1357349e4528be31378b77bff3c9b08c0e2d286bd90b52c138afd8bf
Stored in directory: /root/.cache/pip/wheels/de/c1/ca/544dafe48401e8e2e17064dfe465a390fca9e8720ffa12e744
Building wheel for randomname (setup.py) ... done
Created wheel for randomname: filename=randomname-0.2.1-py3-none-any.whl size=89194 sha256=c020ccc9c8e06e2fc6636a78edde360b0a6269183b4935fb61ad5d781a162fdc
Stored in directory: /root/.cache/pip/wheels/05/6e/37/1db72aaa77a57f2dcbc97fd96a47f14091130a1dde562124c0
Building wheel for sqlitedict (setup.py) ... done
Created wheel for sqlitedict: filename=sqlitedict-2.1.0-py3-none-any.whl size=16862 sha256=9d65acf0e493c0570a79b4aa9ceeaf02bf76fdb3337266b4bb381977b40e6c83
Stored in directory: /root/.cache/pip/wheels/7a/6f/21/fc016aef45ffcabe27129a2252f061387cbf278d2086225a64
Building wheel for word2number (setup.py) ... done
Created wheel for word2number: filename=word2number-1.1-py3-none-any.whl size=5568 sha256=b43d8afe58dad63d687221ca902089879efec6bfe513b8ecbfeac88288e568f3
Stored in directory: /root/.cache/pip/wheels/5b/79/fb/d25928e599c7e11fe4e00d32048cd74933f34a74c633d2aea6
Successfully built sam_audio dacvae imagebind laion-clap perception-models argbind iopath rouge-score progressbar pytorchvideo wget fvcore julius randomname sqlitedict word2number
Installing collected packages: word2number, wget, sqlitedict, progressbar, braceexpand, yacs, types-regex, torchcodec, tcolorpy, submitit, pynvml, pybind11, pyahocorasick, protobuf, portalocker, pathvalidate, parameterized, objprint, numpy, msgspec, mbstrdecoder, markdown2, loguru, jsonlines, jedi, ftfy, flatten-dict, fire, colorama, av, argbind, webdataset, viztracer, typepy, tqdm-multiprocess, sacrebleu, rouge-score, randomname, opencv-python, iopath, decord, pystoi, pyloudnorm, pycocoevalcap, fvcore, datatrove, xformers, torchdiffeq, pytorchvideo, julius, DataProperty, torchlibrosa, torch-stoi, tabledata, evaluate, audiobox_aesthetics, pytablewriter, laion-clap, imagebind, descript-audiotools, lm-eval, dacvae, perception-models, sam_audio
Attempting uninstall: protobuf
Found existing installation: protobuf 5.29.5
Uninstalling protobuf-5.29.5:
Successfully uninstalled protobuf-5.29.5
Attempting uninstall: numpy
Found existing installation: numpy 2.0.2
Uninstalling numpy-2.0.2:
Successfully uninstalled numpy-2.0.2
Attempting uninstall: opencv-python
Found existing installation: opencv-python 4.12.0.88
Uninstalling opencv-python-4.12.0.88:
Successfully uninstalled opencv-python-4.12.0.88
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
google-cloud-secret-manager 2.26.0 requires protobuf!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<7.0.0,>=3.20.2, but you have protobuf 3.19.6 which is incompatible.
google-cloud-firestore 2.22.0 requires protobuf!=3.20.0,!=3.20.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<7.0.0dev,>=3.20.2, but you have protobuf 3.19.6 which is incompatible.
google-cloud-speech 2.35.0 requires protobuf!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<7.0.0,>=3.20.2, but you have protobuf 3.19.6 which is incompatible.
google-cloud-bigquery-connection 1.19.0 requires protobuf!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<7.0.0,>=3.20.2, but you have protobuf 3.19.6 which is incompatible.
tensorflow 2.19.0 requires protobuf!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<6.0.0dev,>=3.20.3, but you have protobuf 3.19.6 which is incompatible.
google-cloud-functions 1.21.0 requires protobuf!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<7.0.0,>=3.20.2, but you have protobuf 3.19.6 which is incompatible.
google-cloud-language 2.18.0 requires protobuf!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<7.0.0,>=3.20.2, but you have protobuf 3.19.6 which is incompatible.
google-cloud-dataproc 5.23.0 requires protobuf!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<7.0.0,>=3.20.2, but you have protobuf 3.19.6 which is incompatible.
google-ai-generativelanguage 0.6.15 requires protobuf!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<6.0.0dev,>=3.20.2, but you have protobuf 3.19.6 which is incompatible.
shap 0.50.0 requires numpy>=2, but you have numpy 1.26.4 which is incompatible.
google-cloud-monitoring 2.28.0 requires protobuf!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<7.0.0,>=3.20.2, but you have protobuf 3.19.6 which is incompatible.
jax 0.7.2 requires numpy>=2.0, but you have numpy 1.26.4 which is incompatible.
tobler 0.13.0 requires numpy>=2.0, but you have numpy 1.26.4 which is incompatible.
google-cloud-appengine-logging 1.7.0 requires protobuf!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<7.0.0,>=3.20.2, but you have protobuf 3.19.6 which is incompatible.
opencv-contrib-python 4.12.0.88 requires numpy<2.3.0,>=2; python_version >= "3.9", but you have numpy 1.26.4 which is incompatible.
google-cloud-audit-log 0.4.0 requires protobuf!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<7.0.0,>=3.20.2, but you have protobuf 3.19.6 which is incompatible.
google-cloud-trace 1.17.0 requires protobuf!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<7.0.0,>=3.20.2, but you have protobuf 3.19.6 which is incompatible.
google-cloud-aiplatform 1.130.0 requires protobuf!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<7.0.0,>=3.20.2, but you have protobuf 3.19.6 which is incompatible.
opencv-python-headless 4.12.0.88 requires numpy<2.3.0,>=2; python_version >= "3.9", but you have numpy 1.26.4 which is incompatible.
grpc-google-iam-v1 0.14.3 requires protobuf!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<7.0.0,>=3.20.2, but you have protobuf 3.19.6 which is incompatible.
ydf 0.13.0 requires protobuf<7.0.0,>=5.29.1, but you have protobuf 3.19.6 which is incompatible.
rasterio 1.5.0 requires numpy>=2, but you have numpy 1.26.4 which is incompatible.
google-cloud-resource-manager 1.15.0 requires protobuf!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<7.0.0,>=3.20.2, but you have protobuf 3.19.6 which is incompatible.
jaxlib 0.7.2 requires numpy>=2.0, but you have numpy 1.26.4 which is incompatible.
google-cloud-logging 3.13.0 requires protobuf!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<7.0.0,>=3.20.2, but you have protobuf 3.19.6 which is incompatible.
google-cloud-bigtable 2.35.0 requires protobuf!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<7.0.0,>=3.20.2, but you have protobuf 3.19.6 which is incompatible.
google-cloud-datastore 2.23.0 requires protobuf!=3.20.0,!=3.20.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<7.0.0,>=3.20.2, but you have protobuf 3.19.6 which is incompatible.
googleapis-common-protos 1.72.0 requires protobuf!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<7.0.0,>=3.20.2, but you have protobuf 3.19.6 which is incompatible.
pytensor 2.36.3 requires numpy>=2.0, but you have numpy 1.26.4 which is incompatible.
google-cloud-translate 3.23.0 requires protobuf!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<7.0.0,>=3.20.2, but you have protobuf 3.19.6 which is incompatible.
google-cloud-bigquery-storage 2.36.0 requires protobuf!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<7.0.0,>=3.20.2, but you have protobuf 3.19.6 which is incompatible.
opentelemetry-proto 1.37.0 requires protobuf<7.0,>=5.0, but you have protobuf 3.19.6 which is incompatible.
grpcio-status 1.71.2 requires protobuf<6.0dev,>=5.26.1, but you have protobuf 3.19.6 which is incompatible.
tensorflow-datasets 4.9.9 requires protobuf>=3.20, but you have protobuf 3.19.6 which is incompatible.
tensorflow-metadata 1.17.2 requires protobuf>=4.25.2; python_version >= "3.11", but you have protobuf 3.19.6 which is incompatible.
google-cloud-discoveryengine 0.13.12 requires protobuf!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<7.0.0,>=3.20.2, but you have protobuf 3.19.6 which is incompatible.
google-cloud-spanner 3.61.0 requires protobuf!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<7.0.0,>=3.20.2, but you have protobuf 3.19.6 which is incompatible.
Successfully installed DataProperty-1.1.0 argbind-0.3.9 audiobox_aesthetics-0.0.4 av-16.1.0 braceexpand-0.1.7 colorama-0.4.6 dacvae-1.0.0 datatrove-0.3.0 decord-0.6.0 descript-audiotools-0.7.2 evaluate-0.4.6 fire-0.7.1 flatten-dict-0.4.2 ftfy-6.3.1 fvcore-0.1.5.post20221221 imagebind-0.1.0 iopath-0.1.10 jedi-0.19.2 jsonlines-4.0.0 julius-0.2.7 laion-clap-1.1.6 lm-eval-0.4.9.2 loguru-0.7.3 markdown2-2.5.4 mbstrdecoder-1.1.4 msgspec-0.20.0 numpy-1.26.4 objprint-0.3.0 opencv-python-4.11.0.86 parameterized-0.9.0 pathvalidate-3.3.1 perception-models-1.0.0 portalocker-3.2.0 progressbar-2.5 protobuf-3.19.6 pyahocorasick-2.3.0 pybind11-3.0.1 pycocoevalcap-1.2 pyloudnorm-0.2.0 pynvml-13.0.1 pystoi-0.4.1 pytablewriter-1.2.1 pytorchvideo-0.1.5 randomname-0.2.1 rouge-score-0.1.2 sacrebleu-2.6.0 sam_audio-0.1.0 sqlitedict-2.1.0 submitit-1.5.4 tabledata-1.3.4 tcolorpy-0.1.7 torch-stoi-0.2.3 torchcodec-0.9.1 torchdiffeq-0.2.5 torchlibrosa-0.1.0 tqdm-multiprocess-0.0.11 typepy-1.3.4 types-regex-2025.11.3.20251106 viztracer-1.1.1 webdataset-1.0.2 wget-3.2 word2number-1.1 xformers-0.0.33.post1 yacs-0.1.8
WARNING: The following packages were previously imported in this runtime:
[google,numpy]
You must restart the runtime in order to use newly installed versions.Restart session
comando:
!git clone https://github.com/facebookresearch/sam-audio.git %cd sam-audio !pip install .Cloning into 'sam-audio'...
remote: Enumerating objects: 197, done.
remote: Counting objects: 100% (94/94), done.
remote: Compressing objects: 100% (46/46), done.
remote: Total 197 (delta 69), reused 48 (delta 48), pack-reused 103 (from 2)
Receiving objects: 100% (197/197), 22.56 MiB | 14.68 MiB/s, done.
Resolving deltas: 100% (96/96), done.
/content/sam-audio
Processing /content/sam-audio
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Collecting dacvae@ git+https://github.com/facebookresearch/dacvae.git (from sam_audio==0.1.0)
Cloning https://github.com/facebookresearch/dacvae.git to /tmp/pip-install-pdpzo1xs/dacvae_dd9e84ade3ed42e6b276317effd87d7a
Running command git clone --filter=blob:none --quiet https://github.com/facebookresearch/dacvae.git /tmp/pip-install-pdpzo1xs/dacvae_dd9e84ade3ed42e6b276317effd87d7a
Resolved https://github.com/facebookresearch/dacvae.git to commit 414c20785fc3a28373073ea8ef7a1316eeeaca6e
Preparing metadata (setup.py) ... done
Collecting imagebind@ git+https://github.com/facebookresearch/ImageBind.git (from sam_audio==0.1.0)
Cloning https://github.com/facebookresearch/ImageBind.git to /tmp/pip-install-pdpzo1xs/imagebind_477adc468a2f49528a5b19225ab7eac7
Running command git clone --filter=blob:none --quiet https://github.com/facebookresearch/ImageBind.git /tmp/pip-install-pdpzo1xs/imagebind_477adc468a2f49528a5b19225ab7eac7
Resolved https://github.com/facebookresearch/ImageBind.git to commit 53680b02d7e37b19b124fa37bae4b6c98c38f5be
Preparing metadata (setup.py) ... done
Collecting laion-clap@ git+https://github.com/lematt1991/CLAP.git (from sam_audio==0.1.0)
Cloning https://github.com/lematt1991/CLAP.git to /tmp/pip-install-pdpzo1xs/laion-clap_627a9c5942f7472a85fc49bc5682049b
Running command git clone --filter=blob:none --quiet https://github.com/lematt1991/CLAP.git /tmp/pip-install-pdpzo1xs/laion-clap_627a9c5942f7472a85fc49bc5682049b
Resolved https://github.com/lematt1991/CLAP.git to commit b85cb7ecac0af7d064cbf03ebd990e709e959fe7
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Collecting perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps (from sam_audio==0.1.0)
Cloning https://github.com/facebookresearch/perception_models (to revision unpin-deps) to /tmp/pip-install-pdpzo1xs/perception-models_0de0215e442f416e8c9b5c764a0f5639
Running command git clone --filter=blob:none --quiet https://github.com/facebookresearch/perception_models /tmp/pip-install-pdpzo1xs/perception-models_0de0215e442f416e8c9b5c764a0f5639
Running command git checkout -b unpin-deps --track origin/unpin-deps
Switched to a new branch 'unpin-deps'
Branch 'unpin-deps' set up to track remote branch 'unpin-deps' from 'origin'.
Resolved https://github.com/facebookresearch/perception_models to commit e72b6810b1133e1c879f2cc965d276eb73803f1f
Preparing metadata (setup.py) ... done
Collecting audiobox_aesthetics (from sam_audio==0.1.0)
Downloading audiobox_aesthetics-0.0.4-py3-none-any.whl.metadata (28 kB)
Requirement already satisfied: einops in /usr/local/lib/python3.12/dist-packages (from sam_audio==0.1.0) (0.8.1)
Requirement already satisfied: numpy in /usr/local/lib/python3.12/dist-packages (from sam_audio==0.1.0) (2.0.2)
Requirement already satisfied: pydub in /usr/local/lib/python3.12/dist-packages (from sam_audio==0.1.0) (0.25.1)
Requirement already satisfied: torch in /usr/local/lib/python3.12/dist-packages (from sam_audio==0.1.0) (2.9.0+cu126)
Requirement already satisfied: torchaudio in /usr/local/lib/python3.12/dist-packages (from sam_audio==0.1.0) (2.9.0+cu126)
Collecting torchcodec (from sam_audio==0.1.0)
Downloading torchcodec-0.9.1-cp312-cp312-manylinux_2_28_x86_64.whl.metadata (11 kB)
Collecting torchdiffeq (from sam_audio==0.1.0)
Downloading torchdiffeq-0.2.5-py3-none-any.whl.metadata (440 bytes)
Requirement already satisfied: torchvision in /usr/local/lib/python3.12/dist-packages (from sam_audio==0.1.0) (0.24.0+cu126)
Requirement already satisfied: transformers>=4.54.0 in /usr/local/lib/python3.12/dist-packages (from sam_audio==0.1.0) (4.57.3)
Requirement already satisfied: filelock in /usr/local/lib/python3.12/dist-packages (from transformers>=4.54.0->sam_audio==0.1.0) (3.20.2)
Requirement already satisfied: huggingface-hub<1.0,>=0.34.0 in /usr/local/lib/python3.12/dist-packages (from transformers>=4.54.0->sam_audio==0.1.0) (0.36.0)
Requirement already satisfied: packaging>=20.0 in /usr/local/lib/python3.12/dist-packages (from transformers>=4.54.0->sam_audio==0.1.0) (25.0)
Requirement already satisfied: pyyaml>=5.1 in /usr/local/lib/python3.12/dist-packages (from transformers>=4.54.0->sam_audio==0.1.0) (6.0.3)
Requirement already satisfied: regex!=2019.12.17 in /usr/local/lib/python3.12/dist-packages (from transformers>=4.54.0->sam_audio==0.1.0) (2025.11.3)
Requirement already satisfied: requests in /usr/local/lib/python3.12/dist-packages (from transformers>=4.54.0->sam_audio==0.1.0) (2.32.4)
Requirement already satisfied: tokenizers<=0.23.0,>=0.22.0 in /usr/local/lib/python3.12/dist-packages (from transformers>=4.54.0->sam_audio==0.1.0) (0.22.2)
Requirement already satisfied: safetensors>=0.4.3 in /usr/local/lib/python3.12/dist-packages (from transformers>=4.54.0->sam_audio==0.1.0) (0.7.0)
Requirement already satisfied: tqdm>=4.27 in /usr/local/lib/python3.12/dist-packages (from transformers>=4.54.0->sam_audio==0.1.0) (4.67.1)
Collecting submitit (from audiobox_aesthetics->sam_audio==0.1.0)
Downloading submitit-1.5.4-py3-none-any.whl.metadata (7.4 kB)
Requirement already satisfied: rich>=13.9.4 in /usr/local/lib/python3.12/dist-packages (from audiobox_aesthetics->sam_audio==0.1.0) (13.9.4)
Requirement already satisfied: typing-extensions>=4.10.0 in /usr/local/lib/python3.12/dist-packages (from torch->sam_audio==0.1.0) (4.15.0)
Requirement already satisfied: setuptools in /usr/local/lib/python3.12/dist-packages (from torch->sam_audio==0.1.0) (75.2.0)
Requirement already satisfied: sympy>=1.13.3 in /usr/local/lib/python3.12/dist-packages (from torch->sam_audio==0.1.0) (1.14.0)
Requirement already satisfied: networkx>=2.5.1 in /usr/local/lib/python3.12/dist-packages (from torch->sam_audio==0.1.0) (3.6.1)
Requirement already satisfied: jinja2 in /usr/local/lib/python3.12/dist-packages (from torch->sam_audio==0.1.0) (3.1.6)
Requirement already satisfied: fsspec>=0.8.5 in /usr/local/lib/python3.12/dist-packages (from torch->sam_audio==0.1.0) (2025.3.0)
Requirement already satisfied: nvidia-cuda-nvrtc-cu12==12.6.77 in /usr/local/lib/python3.12/dist-packages (from torch->sam_audio==0.1.0) (12.6.77)
Requirement already satisfied: nvidia-cuda-runtime-cu12==12.6.77 in /usr/local/lib/python3.12/dist-packages (from torch->sam_audio==0.1.0) (12.6.77)
Requirement already satisfied: nvidia-cuda-cupti-cu12==12.6.80 in /usr/local/lib/python3.12/dist-packages (from torch->sam_audio==0.1.0) (12.6.80)
Requirement already satisfied: nvidia-cudnn-cu12==9.10.2.21 in /usr/local/lib/python3.12/dist-packages (from torch->sam_audio==0.1.0) (9.10.2.21)
Requirement already satisfied: nvidia-cublas-cu12==12.6.4.1 in /usr/local/lib/python3.12/dist-packages (from torch->sam_audio==0.1.0) (12.6.4.1)
Requirement already satisfied: nvidia-cufft-cu12==11.3.0.4 in /usr/local/lib/python3.12/dist-packages (from torch->sam_audio==0.1.0) (11.3.0.4)
Requirement already satisfied: nvidia-curand-cu12==10.3.7.77 in /usr/local/lib/python3.12/dist-packages (from torch->sam_audio==0.1.0) (10.3.7.77)
Requirement already satisfied: nvidia-cusolver-cu12==11.7.1.2 in /usr/local/lib/python3.12/dist-packages (from torch->sam_audio==0.1.0) (11.7.1.2)
Requirement already satisfied: nvidia-cusparse-cu12==12.5.4.2 in /usr/local/lib/python3.12/dist-packages (from torch->sam_audio==0.1.0) (12.5.4.2)
Requirement already satisfied: nvidia-cusparselt-cu12==0.7.1 in /usr/local/lib/python3.12/dist-packages (from torch->sam_audio==0.1.0) (0.7.1)
Requirement already satisfied: nvidia-nccl-cu12==2.27.5 in /usr/local/lib/python3.12/dist-packages (from torch->sam_audio==0.1.0) (2.27.5)
Requirement already satisfied: nvidia-nvshmem-cu12==3.3.20 in /usr/local/lib/python3.12/dist-packages (from torch->sam_audio==0.1.0) (3.3.20)
Requirement already satisfied: nvidia-nvtx-cu12==12.6.77 in /usr/local/lib/python3.12/dist-packages (from torch->sam_audio==0.1.0) (12.6.77)
Requirement already satisfied: nvidia-nvjitlink-cu12==12.6.85 in /usr/local/lib/python3.12/dist-packages (from torch->sam_audio==0.1.0) (12.6.85)
Requirement already satisfied: nvidia-cufile-cu12==1.11.1.6 in /usr/local/lib/python3.12/dist-packages (from torch->sam_audio==0.1.0) (1.11.1.6)
Requirement already satisfied: triton==3.5.0 in /usr/local/lib/python3.12/dist-packages (from torch->sam_audio==0.1.0) (3.5.0)
Collecting argbind>=0.3.7 (from dacvae@ git+https://github.com/facebookresearch/dacvae.git->sam_audio==0.1.0)
Downloading argbind-0.3.9.tar.gz (17 kB)
Preparing metadata (setup.py) ... done
Collecting descript-audiotools>=0.7.2 (from dacvae@ git+https://github.com/facebookresearch/dacvae.git->sam_audio==0.1.0)
Downloading descript_audiotools-0.7.2-py2.py3-none-any.whl.metadata (3.4 kB)
Collecting pytorchvideo@ git+https://github.com/facebookresearch/pytorchvideo.git@6cdc929315aab1b5674b6dcf73b16ec99147735f (from imagebind@ git+https://github.com/facebookresearch/ImageBind.git->sam_audio==0.1.0)
Cloning https://github.com/facebookresearch/pytorchvideo.git (to revision 6cdc929315aab1b5674b6dcf73b16ec99147735f) to /tmp/pip-install-pdpzo1xs/pytorchvideo_93312517236b47c09136595368003a8d
Running command git clone --filter=blob:none --quiet https://github.com/facebookresearch/pytorchvideo.git /tmp/pip-install-pdpzo1xs/pytorchvideo_93312517236b47c09136595368003a8d
Running command git rev-parse -q --verify 'sha^6cdc929315aab1b5674b6dcf73b16ec99147735f'
Running command git fetch -q https://github.com/facebookresearch/pytorchvideo.git 6cdc929315aab1b5674b6dcf73b16ec99147735f
Running command git checkout -q 6cdc929315aab1b5674b6dcf73b16ec99147735f
Resolved https://github.com/facebookresearch/pytorchvideo.git to commit 6cdc929315aab1b5674b6dcf73b16ec99147735f
Preparing metadata (setup.py) ... done
Requirement already satisfied: timm in /usr/local/lib/python3.12/dist-packages (from imagebind@ git+https://github.com/facebookresearch/ImageBind.git->sam_audio==0.1.0) (1.0.24)
Collecting ftfy (from imagebind@ git+https://github.com/facebookresearch/ImageBind.git->sam_audio==0.1.0)
Downloading ftfy-6.3.1-py3-none-any.whl.metadata (7.3 kB)
Collecting iopath (from imagebind@ git+https://github.com/facebookresearch/ImageBind.git->sam_audio==0.1.0)
Downloading iopath-0.1.10.tar.gz (42 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.2/42.2 kB 4.3 MB/s eta 0:00:00
Preparing metadata (setup.py) ... done
Collecting types-regex (from imagebind@ git+https://github.com/facebookresearch/ImageBind.git->sam_audio==0.1.0)
Downloading types_regex-2025.11.3.20251106-py3-none-any.whl.metadata (1.7 kB)
Collecting numpy (from sam_audio==0.1.0)
Downloading numpy-1.26.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (61 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.0/61.0 kB 5.3 MB/s eta 0:00:00
Requirement already satisfied: soundfile in /usr/local/lib/python3.12/dist-packages (from laion-clap@ git+https://github.com/lematt1991/CLAP.git->sam_audio==0.1.0) (0.13.1)
Requirement already satisfied: librosa in /usr/local/lib/python3.12/dist-packages (from laion-clap@ git+https://github.com/lematt1991/CLAP.git->sam_audio==0.1.0) (0.11.0)
Collecting torchlibrosa (from laion-clap@ git+https://github.com/lematt1991/CLAP.git->sam_audio==0.1.0)
Downloading torchlibrosa-0.1.0-py3-none-any.whl.metadata (3.5 kB)
Collecting braceexpand (from laion-clap@ git+https://github.com/lematt1991/CLAP.git->sam_audio==0.1.0)
Downloading braceexpand-0.1.7-py2.py3-none-any.whl.metadata (3.0 kB)
Collecting webdataset (from laion-clap@ git+https://github.com/lematt1991/CLAP.git->sam_audio==0.1.0)
Downloading webdataset-1.0.2-py3-none-any.whl.metadata (12 kB)
Collecting wget (from laion-clap@ git+https://github.com/lematt1991/CLAP.git->sam_audio==0.1.0)
Downloading wget-3.2.zip (10 kB)
Preparing metadata (setup.py) ... done
Requirement already satisfied: wandb in /usr/local/lib/python3.12/dist-packages (from laion-clap@ git+https://github.com/lematt1991/CLAP.git->sam_audio==0.1.0) (0.23.1)
Requirement already satisfied: llvmlite in /usr/local/lib/python3.12/dist-packages (from laion-clap@ git+https://github.com/lematt1991/CLAP.git->sam_audio==0.1.0) (0.43.0)
Requirement already satisfied: scipy>=1.15.0 in /usr/local/lib/python3.12/dist-packages (from laion-clap@ git+https://github.com/lematt1991/CLAP.git->sam_audio==0.1.0) (1.16.3)
Requirement already satisfied: scikit-learn in /usr/local/lib/python3.12/dist-packages (from laion-clap@ git+https://github.com/lematt1991/CLAP.git->sam_audio==0.1.0) (1.6.1)
Requirement already satisfied: pandas>=2.2.0 in /usr/local/lib/python3.12/dist-packages (from laion-clap@ git+https://github.com/lematt1991/CLAP.git->sam_audio==0.1.0) (2.2.2)
Requirement already satisfied: h5py in /usr/local/lib/python3.12/dist-packages (from laion-clap@ git+https://github.com/lematt1991/CLAP.git->sam_audio==0.1.0) (3.15.1)
Collecting progressbar (from laion-clap@ git+https://github.com/lematt1991/CLAP.git->sam_audio==0.1.0)
Downloading progressbar-2.5.tar.gz (10 kB)
Preparing metadata (setup.py) ... done
Requirement already satisfied: pillow!=8.3.,>=5.3.0 in /usr/local/lib/python3.12/dist-packages (from torchvision->sam_audio==0.1.0) (11.3.0)
Requirement already satisfied: omegaconf in /usr/local/lib/python3.12/dist-packages (from perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0) (2.3.0)
Collecting msgspec (from perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0)
Downloading msgspec-0.20.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (5.5 kB)
Collecting rouge-score (from perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0)
Downloading rouge_score-0.1.2.tar.gz (17 kB)
Preparing metadata (setup.py) ... done
Collecting sacrebleu (from perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0)
Downloading sacrebleu-2.6.0-py3-none-any.whl.metadata (39 kB)
Requirement already satisfied: sentencepiece in /usr/local/lib/python3.12/dist-packages (from perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0) (0.2.1)
Requirement already satisfied: tiktoken in /usr/local/lib/python3.12/dist-packages (from perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0) (0.12.0)
Requirement already satisfied: blobfile in /usr/local/lib/python3.12/dist-packages (from perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0) (3.1.0)
Collecting viztracer (from perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0)
Downloading viztracer-1.1.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (13 kB)
Collecting lm-eval (from perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0)
Downloading lm_eval-0.4.9.2-py3-none-any.whl.metadata (53 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.8/53.8 kB 5.6 MB/s eta 0:00:00
Collecting pynvml (from perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0)
Downloading pynvml-13.0.1-py3-none-any.whl.metadata (5.6 kB)
Requirement already satisfied: orjson in /usr/local/lib/python3.12/dist-packages (from perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0) (3.11.5)
Collecting pyahocorasick (from perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0)
Downloading pyahocorasick-2.3.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (13 kB)
Requirement already satisfied: torchdata in /usr/local/lib/python3.12/dist-packages (from perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0) (0.11.0)
Collecting decord (from perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0)
Downloading decord-0.6.0-py3-none-manylinux2010_x86_64.whl.metadata (422 bytes)
Requirement already satisfied: opencv-python in /usr/local/lib/python3.12/dist-packages (from perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0) (4.12.0.88)
Collecting pycocoevalcap (from perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0)
Downloading pycocoevalcap-1.2-py3-none-any.whl.metadata (3.2 kB)
Collecting datatrove (from perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0)
Downloading datatrove-0.7.0-py3-none-any.whl.metadata (35 kB)
Collecting xformers (from perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0)
Downloading xformers-0.0.33.post2-cp39-abi3-manylinux_2_28_x86_64.whl.metadata (1.2 kB)
Requirement already satisfied: docstring-parser in /usr/local/lib/python3.12/dist-packages (from argbind>=0.3.7->dacvae@ git+https://github.com/facebookresearch/dacvae.git->sam_audio==0.1.0) (0.17.0)
Collecting pyloudnorm (from descript-audiotools>=0.7.2->dacvae@ git+https://github.com/facebookresearch/dacvae.git->sam_audio==0.1.0)
Downloading pyloudnorm-0.2.0-py3-none-any.whl.metadata (6.6 kB)
Requirement already satisfied: importlib-resources in /usr/local/lib/python3.12/dist-packages (from descript-audiotools>=0.7.2->dacvae@ git+https://github.com/facebookresearch/dacvae.git->sam_audio==0.1.0) (6.5.2)
Collecting julius (from descript-audiotools>=0.7.2->dacvae@ git+https://github.com/facebookresearch/dacvae.git->sam_audio==0.1.0)
Downloading julius-0.2.7.tar.gz (59 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 59.6/59.6 kB 4.9 MB/s eta 0:00:00
Preparing metadata (setup.py) ... done
Requirement already satisfied: ffmpy in /usr/local/lib/python3.12/dist-packages (from descript-audiotools>=0.7.2->dacvae@ git+https://github.com/facebookresearch/dacvae.git->sam_audio==0.1.0) (1.0.0)
Requirement already satisfied: ipython in /usr/local/lib/python3.12/dist-packages (from descript-audiotools>=0.7.2->dacvae@ git+https://github.com/facebookresearch/dacvae.git->sam_audio==0.1.0) (7.34.0)
Requirement already satisfied: matplotlib in /usr/local/lib/python3.12/dist-packages (from descript-audiotools>=0.7.2->dacvae@ git+https://github.com/facebookresearch/dacvae.git->sam_audio==0.1.0) (3.10.0)
Collecting pystoi (from descript-audiotools>=0.7.2->dacvae@ git+https://github.com/facebookresearch/dacvae.git->sam_audio==0.1.0)
Downloading pystoi-0.4.1-py2.py3-none-any.whl.metadata (4.0 kB)
Collecting torch-stoi (from descript-audiotools>=0.7.2->dacvae@ git+https://github.com/facebookresearch/dacvae.git->sam_audio==0.1.0)
Downloading torch_stoi-0.2.3-py3-none-any.whl.metadata (3.6 kB)
Collecting flatten-dict (from descript-audiotools>=0.7.2->dacvae@ git+https://github.com/facebookresearch/dacvae.git->sam_audio==0.1.0)
Downloading flatten_dict-0.4.2-py2.py3-none-any.whl.metadata (9.2 kB)
Collecting markdown2 (from descript-audiotools>=0.7.2->dacvae@ git+https://github.com/facebookresearch/dacvae.git->sam_audio==0.1.0)
Downloading markdown2-2.5.4-py3-none-any.whl.metadata (2.1 kB)
Collecting randomname (from descript-audiotools>=0.7.2->dacvae@ git+https://github.com/facebookresearch/dacvae.git->sam_audio==0.1.0)
Downloading randomname-0.2.1.tar.gz (64 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.2/64.2 kB 3.7 MB/s eta 0:00:00
Preparing metadata (setup.py) ... done
Collecting protobuf<3.20,>=3.9.2 (from descript-audiotools>=0.7.2->dacvae@ git+https://github.com/facebookresearch/dacvae.git->sam_audio==0.1.0)
Downloading protobuf-3.19.6-py2.py3-none-any.whl.metadata (828 bytes)
Requirement already satisfied: tensorboard in /usr/local/lib/python3.12/dist-packages (from descript-audiotools>=0.7.2->dacvae@ git+https://github.com/facebookresearch/dacvae.git->sam_audio==0.1.0) (2.19.0)
Requirement already satisfied: hf-xet<2.0.0,>=1.1.3 in /usr/local/lib/python3.12/dist-packages (from huggingface-hub<1.0,>=0.34.0->transformers>=4.54.0->sam_audio==0.1.0) (1.2.0)
Requirement already satisfied: python-dateutil>=2.8.2 in /usr/local/lib/python3.12/dist-packages (from pandas>=2.2.0->laion-clap@ git+https://github.com/lematt1991/CLAP.git->sam_audio==0.1.0) (2.9.0.post0)
Requirement already satisfied: pytz>=2020.1 in /usr/local/lib/python3.12/dist-packages (from pandas>=2.2.0->laion-clap@ git+https://github.com/lematt1991/CLAP.git->sam_audio==0.1.0) (2025.2)
Requirement already satisfied: tzdata>=2022.7 in /usr/local/lib/python3.12/dist-packages (from pandas>=2.2.0->laion-clap@ git+https://github.com/lematt1991/CLAP.git->sam_audio==0.1.0) (2025.3)
Requirement already satisfied: markdown-it-py>=2.2.0 in /usr/local/lib/python3.12/dist-packages (from rich>=13.9.4->audiobox_aesthetics->sam_audio==0.1.0) (4.0.0)
Requirement already satisfied: pygments<3.0.0,>=2.13.0 in /usr/local/lib/python3.12/dist-packages (from rich>=13.9.4->audiobox_aesthetics->sam_audio==0.1.0) (2.19.2)
Requirement already satisfied: mpmath<1.4,>=1.1.0 in /usr/local/lib/python3.12/dist-packages (from sympy>=1.13.3->torch->sam_audio==0.1.0) (1.3.0)
Requirement already satisfied: pycryptodomex>=3.8 in /usr/local/lib/python3.12/dist-packages (from blobfile->perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0) (3.23.0)
Requirement already satisfied: urllib3<3,>=1.25.3 in /usr/local/lib/python3.12/dist-packages (from blobfile->perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0) (2.5.0)
Requirement already satisfied: lxml>=4.9 in /usr/local/lib/python3.12/dist-packages (from blobfile->perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0) (6.0.2)
Requirement already satisfied: dill>=0.3.0 in /usr/local/lib/python3.12/dist-packages (from datatrove->perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0) (0.3.8)
Requirement already satisfied: humanize in /usr/local/lib/python3.12/dist-packages (from datatrove->perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0) (4.15.0)
Collecting loguru>=0.7.0 (from datatrove->perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0)
Downloading loguru-0.7.3-py3-none-any.whl.metadata (22 kB)
Requirement already satisfied: multiprocess in /usr/local/lib/python3.12/dist-packages (from datatrove->perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0) (0.70.16)
INFO: pip is looking at multiple versions of datatrove to determine which version is compatible with other requirements. This could take a while.
Collecting datatrove (from perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0)
Downloading datatrove-0.6.0-py3-none-any.whl.metadata (33 kB)
Downloading datatrove-0.5.0-py3-none-any.whl.metadata (30 kB)
Downloading datatrove-0.4.0-py3-none-any.whl.metadata (30 kB)
Downloading datatrove-0.3.0-py3-none-any.whl.metadata (30 kB)
Requirement already satisfied: wcwidth in /usr/local/lib/python3.12/dist-packages (from ftfy->imagebind@ git+https://github.com/facebookresearch/ImageBind.git->sam_audio==0.1.0) (0.2.14)
Collecting portalocker (from iopath->imagebind@ git+https://github.com/facebookresearch/ImageBind.git->sam_audio==0.1.0)
Downloading portalocker-3.2.0-py3-none-any.whl.metadata (8.7 kB)
Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.12/dist-packages (from jinja2->torch->sam_audio==0.1.0) (3.0.3)
Requirement already satisfied: audioread>=2.1.9 in /usr/local/lib/python3.12/dist-packages (from librosa->laion-clap@ git+https://github.com/lematt1991/CLAP.git->sam_audio==0.1.0) (3.1.0)
Requirement already satisfied: numba>=0.51.0 in /usr/local/lib/python3.12/dist-packages (from librosa->laion-clap@ git+https://github.com/lematt1991/CLAP.git->sam_audio==0.1.0) (0.60.0)
Requirement already satisfied: joblib>=1.0 in /usr/local/lib/python3.12/dist-packages (from librosa->laion-clap@ git+https://github.com/lematt1991/CLAP.git->sam_audio==0.1.0) (1.5.3)
Requirement already satisfied: decorator>=4.3.0 in /usr/local/lib/python3.12/dist-packages (from librosa->laion-clap@ git+https://github.com/lematt1991/CLAP.git->sam_audio==0.1.0) (4.4.2)
Requirement already satisfied: pooch>=1.1 in /usr/local/lib/python3.12/dist-packages (from librosa->laion-clap@ git+https://github.com/lematt1991/CLAP.git->sam_audio==0.1.0) (1.8.2)
Requirement already satisfied: soxr>=0.3.2 in /usr/local/lib/python3.12/dist-packages (from librosa->laion-clap@ git+https://github.com/lematt1991/CLAP.git->sam_audio==0.1.0) (1.0.0)
Requirement already satisfied: lazy_loader>=0.1 in /usr/local/lib/python3.12/dist-packages (from librosa->laion-clap@ git+https://github.com/lematt1991/CLAP.git->sam_audio==0.1.0) (0.4)
Requirement already satisfied: msgpack>=1.0 in /usr/local/lib/python3.12/dist-packages (from librosa->laion-clap@ git+https://github.com/lematt1991/CLAP.git->sam_audio==0.1.0) (1.1.2)
Requirement already satisfied: threadpoolctl>=3.1.0 in /usr/local/lib/python3.12/dist-packages (from scikit-learn->laion-clap@ git+https://github.com/lematt1991/CLAP.git->sam_audio==0.1.0) (3.6.0)
Requirement already satisfied: cffi>=1.0 in /usr/local/lib/python3.12/dist-packages (from soundfile->laion-clap@ git+https://github.com/lematt1991/CLAP.git->sam_audio==0.1.0) (2.0.0)
Requirement already satisfied: accelerate>=0.26.0 in /usr/local/lib/python3.12/dist-packages (from lm-eval->perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0) (1.12.0)
Collecting evaluate (from lm-eval->perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0)
Downloading evaluate-0.4.6-py3-none-any.whl.metadata (9.5 kB)
Requirement already satisfied: datasets>=2.16.0 in /usr/local/lib/python3.12/dist-packages (from lm-eval->perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0) (4.0.0)
Collecting jsonlines (from lm-eval->perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0)
Downloading jsonlines-4.0.0-py3-none-any.whl.metadata (1.6 kB)
Requirement already satisfied: numexpr in /usr/local/lib/python3.12/dist-packages (from lm-eval->perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0) (2.14.1)
Requirement already satisfied: peft>=0.2.0 in /usr/local/lib/python3.12/dist-packages (from lm-eval->perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0) (0.18.0)
Collecting pybind11>=2.6.2 (from lm-eval->perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0)
Downloading pybind11-3.0.1-py3-none-any.whl.metadata (10.0 kB)
Collecting pytablewriter (from lm-eval->perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0)
Downloading pytablewriter-1.2.1-py3-none-any.whl.metadata (38 kB)
Collecting sqlitedict (from lm-eval->perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0)
Downloading sqlitedict-2.1.0.tar.gz (21 kB)
Preparing metadata (setup.py) ... done
Collecting tqdm-multiprocess (from lm-eval->perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0)
Downloading tqdm_multiprocess-0.0.11-py3-none-any.whl.metadata (5.7 kB)
Requirement already satisfied: zstandard in /usr/local/lib/python3.12/dist-packages (from lm-eval->perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0) (0.25.0)
Collecting word2number (from lm-eval->perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0)
Downloading word2number-1.1.zip (9.7 kB)
Preparing metadata (setup.py) ... done
Requirement already satisfied: more_itertools in /usr/local/lib/python3.12/dist-packages (from lm-eval->perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0) (10.8.0)
Requirement already satisfied: absl-py in /usr/local/lib/python3.12/dist-packages (from rouge-score->perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0) (1.4.0)
Requirement already satisfied: nltk in /usr/local/lib/python3.12/dist-packages (from rouge-score->perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0) (3.9.1)
Requirement already satisfied: six>=1.14.0 in /usr/local/lib/python3.12/dist-packages (from rouge-score->perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0) (1.17.0)
Requirement already satisfied: tabulate>=0.8.9 in /usr/local/lib/python3.12/dist-packages (from sacrebleu->perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0) (0.9.0)
Collecting colorama (from sacrebleu->perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0)
Downloading colorama-0.4.6-py2.py3-none-any.whl.metadata (17 kB)
Requirement already satisfied: antlr4-python3-runtime==4.9. in /usr/local/lib/python3.12/dist-packages (from omegaconf->perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0) (4.9.3)
INFO: pip is looking at multiple versions of opencv-python to determine which version is compatible with other requirements. This could take a while.
Collecting opencv-python (from perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0)
Downloading opencv_python-4.11.0.86-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (20 kB)
Requirement already satisfied: pycocotools>=2.0.2 in /usr/local/lib/python3.12/dist-packages (from pycocoevalcap->perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0) (2.0.11)
Requirement already satisfied: nvidia-ml-py>=12.0.0 in /usr/local/lib/python3.12/dist-packages (from pynvml->perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0) (13.590.44)
Collecting fvcore (from pytorchvideo@ git+https://github.com/facebookresearch/pytorchvideo.git@6cdc929315aab1b5674b6dcf73b16ec99147735f->imagebind@ git+https://github.com/facebookresearch/ImageBind.git->sam_audio==0.1.0)
Downloading fvcore-0.1.5.post20221221.tar.gz (50 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 50.2/50.2 kB 4.7 MB/s eta 0:00:00
Preparing metadata (setup.py) ... done
Collecting av (from pytorchvideo@ git+https://github.com/facebookresearch/pytorchvideo.git@6cdc929315aab1b5674b6dcf73b16ec99147735f->imagebind@ git+https://github.com/facebookresearch/ImageBind.git->sam_audio==0.1.0)
Downloading av-16.1.0-cp312-cp312-manylinux_2_28_x86_64.whl.metadata (4.6 kB)
Collecting parameterized (from pytorchvideo@ git+https://github.com/facebookresearch/pytorchvideo.git@6cdc929315aab1b5674b6dcf73b16ec99147735f->imagebind@ git+https://github.com/facebookresearch/ImageBind.git->sam_audio==0.1.0)
Downloading parameterized-0.9.0-py2.py3-none-any.whl.metadata (18 kB)
Requirement already satisfied: charset_normalizer<4,>=2 in /usr/local/lib/python3.12/dist-packages (from requests->transformers>=4.54.0->sam_audio==0.1.0) (3.4.4)
Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.12/dist-packages (from requests->transformers>=4.54.0->sam_audio==0.1.0) (3.11)
Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.12/dist-packages (from requests->transformers>=4.54.0->sam_audio==0.1.0) (2026.1.4)
Requirement already satisfied: cloudpickle>=1.2.1 in /usr/local/lib/python3.12/dist-packages (from submitit->audiobox_aesthetics->sam_audio==0.1.0) (3.1.2)
Collecting objprint>=0.3.0 (from viztracer->perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0)
Downloading objprint-0.3.0-py3-none-any.whl.metadata (25 kB)
Requirement already satisfied: click>=8.0.1 in /usr/local/lib/python3.12/dist-packages (from wandb->laion-clap@ git+https://github.com/lematt1991/CLAP.git->sam_audio==0.1.0) (8.3.1)
Requirement already satisfied: gitpython!=3.1.29,>=1.0.0 in /usr/local/lib/python3.12/dist-packages (from wandb->laion-clap@ git+https://github.com/lematt1991/CLAP.git->sam_audio==0.1.0) (3.1.46)
Requirement already satisfied: platformdirs in /usr/local/lib/python3.12/dist-packages (from wandb->laion-clap@ git+https://github.com/lematt1991/CLAP.git->sam_audio==0.1.0) (4.5.1)
Requirement already satisfied: pydantic<3 in /usr/local/lib/python3.12/dist-packages (from wandb->laion-clap@ git+https://github.com/lematt1991/CLAP.git->sam_audio==0.1.0) (2.12.3)
Requirement already satisfied: sentry-sdk>=2.0.0 in /usr/local/lib/python3.12/dist-packages (from wandb->laion-clap@ git+https://github.com/lematt1991/CLAP.git->sam_audio==0.1.0) (2.49.0)
INFO: pip is looking at multiple versions of xformers to determine which version is compatible with other requirements. This could take a while.
Collecting xformers (from perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0)
Downloading xformers-0.0.33.post1-cp39-abi3-manylinux_2_28_x86_64.whl.metadata (1.2 kB)
Requirement already satisfied: psutil in /usr/local/lib/python3.12/dist-packages (from accelerate>=0.26.0->lm-eval->perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0) (5.9.5)
Requirement already satisfied: pycparser in /usr/local/lib/python3.12/dist-packages (from cffi>=1.0->soundfile->laion-clap@ git+https://github.com/lematt1991/CLAP.git->sam_audio==0.1.0) (2.23)
Requirement already satisfied: pyarrow>=15.0.0 in /usr/local/lib/python3.12/dist-packages (from datasets>=2.16.0->lm-eval->perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0) (18.1.0)
Requirement already satisfied: xxhash in /usr/local/lib/python3.12/dist-packages (from datasets>=2.16.0->lm-eval->perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0) (3.6.0)
Requirement already satisfied: gitdb<5,>=4.0.1 in /usr/local/lib/python3.12/dist-packages (from gitpython!=3.1.29,>=1.0.0->wandb->laion-clap@ git+https://github.com/lematt1991/CLAP.git->sam_audio==0.1.0) (4.0.12)
Requirement already satisfied: mdurl~=0.1 in /usr/local/lib/python3.12/dist-packages (from markdown-it-py>=2.2.0->rich>=13.9.4->audiobox_aesthetics->sam_audio==0.1.0) (0.1.2)
Requirement already satisfied: annotated-types>=0.6.0 in /usr/local/lib/python3.12/dist-packages (from pydantic<3->wandb->laion-clap@ git+https://github.com/lematt1991/CLAP.git->sam_audio==0.1.0) (0.7.0)
Requirement already satisfied: pydantic-core==2.41.4 in /usr/local/lib/python3.12/dist-packages (from pydantic<3->wandb->laion-clap@ git+https://github.com/lematt1991/CLAP.git->sam_audio==0.1.0) (2.41.4)
Requirement already satisfied: typing-inspection>=0.4.2 in /usr/local/lib/python3.12/dist-packages (from pydantic<3->wandb->laion-clap@ git+https://github.com/lematt1991/CLAP.git->sam_audio==0.1.0) (0.4.2)
Collecting yacs>=0.1.6 (from fvcore->pytorchvideo@ git+https://github.com/facebookresearch/pytorchvideo.git@6cdc929315aab1b5674b6dcf73b16ec99147735f->imagebind@ git+https://github.com/facebookresearch/ImageBind.git->sam_audio==0.1.0)
Downloading yacs-0.1.8-py3-none-any.whl.metadata (639 bytes)
Requirement already satisfied: termcolor>=1.1 in /usr/local/lib/python3.12/dist-packages (from fvcore->pytorchvideo@ git+https://github.com/facebookresearch/pytorchvideo.git@6cdc929315aab1b5674b6dcf73b16ec99147735f->imagebind@ git+https://github.com/facebookresearch/ImageBind.git->sam_audio==0.1.0) (3.3.0)
Collecting jedi>=0.16 (from ipython->descript-audiotools>=0.7.2->dacvae@ git+https://github.com/facebookresearch/dacvae.git->sam_audio==0.1.0)
Downloading jedi-0.19.2-py2.py3-none-any.whl.metadata (22 kB)
Requirement already satisfied: pickleshare in /usr/local/lib/python3.12/dist-packages (from ipython->descript-audiotools>=0.7.2->dacvae@ git+https://github.com/facebookresearch/dacvae.git->sam_audio==0.1.0) (0.7.5)
Requirement already satisfied: traitlets>=4.2 in /usr/local/lib/python3.12/dist-packages (from ipython->descript-audiotools>=0.7.2->dacvae@ git+https://github.com/facebookresearch/dacvae.git->sam_audio==0.1.0) (5.7.1)
Requirement already satisfied: prompt-toolkit!=3.0.0,!=3.0.1,<3.1.0,>=2.0.0 in /usr/local/lib/python3.12/dist-packages (from ipython->descript-audiotools>=0.7.2->dacvae@ git+https://github.com/facebookresearch/dacvae.git->sam_audio==0.1.0) (3.0.52)
Requirement already satisfied: backcall in /usr/local/lib/python3.12/dist-packages (from ipython->descript-audiotools>=0.7.2->dacvae@ git+https://github.com/facebookresearch/dacvae.git->sam_audio==0.1.0) (0.2.0)
Requirement already satisfied: matplotlib-inline in /usr/local/lib/python3.12/dist-packages (from ipython->descript-audiotools>=0.7.2->dacvae@ git+https://github.com/facebookresearch/dacvae.git->sam_audio==0.1.0) (0.2.1)
Requirement already satisfied: pexpect>4.3 in /usr/local/lib/python3.12/dist-packages (from ipython->descript-audiotools>=0.7.2->dacvae@ git+https://github.com/facebookresearch/dacvae.git->sam_audio==0.1.0) (4.9.0)
Requirement already satisfied: attrs>=19.2.0 in /usr/local/lib/python3.12/dist-packages (from jsonlines->lm-eval->perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0) (25.4.0)
Requirement already satisfied: contourpy>=1.0.1 in /usr/local/lib/python3.12/dist-packages (from matplotlib->descript-audiotools>=0.7.2->dacvae@ git+https://github.com/facebookresearch/dacvae.git->sam_audio==0.1.0) (1.3.3)
Requirement already satisfied: cycler>=0.10 in /usr/local/lib/python3.12/dist-packages (from matplotlib->descript-audiotools>=0.7.2->dacvae@ git+https://github.com/facebookresearch/dacvae.git->sam_audio==0.1.0) (0.12.1)
Requirement already satisfied: fonttools>=4.22.0 in /usr/local/lib/python3.12/dist-packages (from matplotlib->descript-audiotools>=0.7.2->dacvae@ git+https://github.com/facebookresearch/dacvae.git->sam_audio==0.1.0) (4.61.1)
Requirement already satisfied: kiwisolver>=1.3.1 in /usr/local/lib/python3.12/dist-packages (from matplotlib->descript-audiotools>=0.7.2->dacvae@ git+https://github.com/facebookresearch/dacvae.git->sam_audio==0.1.0) (1.4.9)
Requirement already satisfied: pyparsing>=2.3.1 in /usr/local/lib/python3.12/dist-packages (from matplotlib->descript-audiotools>=0.7.2->dacvae@ git+https://github.com/facebookresearch/dacvae.git->sam_audio==0.1.0) (3.3.1)
Collecting DataProperty<2,>=1.1.0 (from pytablewriter->lm-eval->perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0)
Downloading DataProperty-1.1.0-py3-none-any.whl.metadata (11 kB)
Collecting mbstrdecoder<2,>=1.0.0 (from pytablewriter->lm-eval->perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0)
Downloading mbstrdecoder-1.1.4-py3-none-any.whl.metadata (4.3 kB)
Collecting pathvalidate<4,>=2.3.0 (from pytablewriter->lm-eval->perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0)
Downloading pathvalidate-3.3.1-py3-none-any.whl.metadata (12 kB)
Collecting tabledata<2,>=1.3.1 (from pytablewriter->lm-eval->perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0)
Downloading tabledata-1.3.4-py3-none-any.whl.metadata (3.7 kB)
Collecting tcolorpy<1,>=0.0.5 (from pytablewriter->lm-eval->perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0)
Downloading tcolorpy-0.1.7-py3-none-any.whl.metadata (6.3 kB)
Collecting typepy<2,>=1.3.2 (from typepy[datetime]<2,>=1.3.2->pytablewriter->lm-eval->perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0)
Downloading typepy-1.3.4-py3-none-any.whl.metadata (9.2 kB)
Collecting fire (from randomname->descript-audiotools>=0.7.2->dacvae@ git+https://github.com/facebookresearch/dacvae.git->sam_audio==0.1.0)
Downloading fire-0.7.1-py3-none-any.whl.metadata (5.8 kB)
Requirement already satisfied: grpcio>=1.48.2 in /usr/local/lib/python3.12/dist-packages (from tensorboard->descript-audiotools>=0.7.2->dacvae@ git+https://github.com/facebookresearch/dacvae.git->sam_audio==0.1.0) (1.76.0)
Requirement already satisfied: markdown>=2.6.8 in /usr/local/lib/python3.12/dist-packages (from tensorboard->descript-audiotools>=0.7.2->dacvae@ git+https://github.com/facebookresearch/dacvae.git->sam_audio==0.1.0) (3.10)
Requirement already satisfied: tensorboard-data-server<0.8.0,>=0.7.0 in /usr/local/lib/python3.12/dist-packages (from tensorboard->descript-audiotools>=0.7.2->dacvae@ git+https://github.com/facebookresearch/dacvae.git->sam_audio==0.1.0) (0.7.2)
Requirement already satisfied: werkzeug>=1.0.1 in /usr/local/lib/python3.12/dist-packages (from tensorboard->descript-audiotools>=0.7.2->dacvae@ git+https://github.com/facebookresearch/dacvae.git->sam_audio==0.1.0) (3.1.5)
Requirement already satisfied: aiohttp!=4.0.0a0,!=4.0.0a1 in /usr/local/lib/python3.12/dist-packages (from fsspec[http]<=2025.3.0,>=2023.1.0->datasets>=2.16.0->lm-eval->perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0) (3.13.3)
Requirement already satisfied: smmap<6,>=3.0.1 in /usr/local/lib/python3.12/dist-packages (from gitdb<5,>=4.0.1->gitpython!=3.1.29,>=1.0.0->wandb->laion-clap@ git+https://github.com/lematt1991/CLAP.git->sam_audio==0.1.0) (5.0.2)
Requirement already satisfied: parso<0.9.0,>=0.8.4 in /usr/local/lib/python3.12/dist-packages (from jedi>=0.16->ipython->descript-audiotools>=0.7.2->dacvae@ git+https://github.com/facebookresearch/dacvae.git->sam_audio==0.1.0) (0.8.5)
Requirement already satisfied: chardet<6,>=3.0.4 in /usr/local/lib/python3.12/dist-packages (from mbstrdecoder<2,>=1.0.0->pytablewriter->lm-eval->perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0) (5.2.0)
Requirement already satisfied: ptyprocess>=0.5 in /usr/local/lib/python3.12/dist-packages (from pexpect>4.3->ipython->descript-audiotools>=0.7.2->dacvae@ git+https://github.com/facebookresearch/dacvae.git->sam_audio==0.1.0) (0.7.0)
Requirement already satisfied: aiohappyeyeballs>=2.5.0 in /usr/local/lib/python3.12/dist-packages (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets>=2.16.0->lm-eval->perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0) (2.6.1)
Requirement already satisfied: aiosignal>=1.4.0 in /usr/local/lib/python3.12/dist-packages (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets>=2.16.0->lm-eval->perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0) (1.4.0)
Requirement already satisfied: frozenlist>=1.1.1 in /usr/local/lib/python3.12/dist-packages (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets>=2.16.0->lm-eval->perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0) (1.8.0)
Requirement already satisfied: multidict<7.0,>=4.5 in /usr/local/lib/python3.12/dist-packages (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets>=2.16.0->lm-eval->perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0) (6.7.0)
Requirement already satisfied: propcache>=0.2.0 in /usr/local/lib/python3.12/dist-packages (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets>=2.16.0->lm-eval->perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0) (0.4.1)
Requirement already satisfied: yarl<2.0,>=1.17.0 in /usr/local/lib/python3.12/dist-packages (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets>=2.16.0->lm-eval->perception-models@ git+https://github.com/facebookresearch/perception_models@unpin-deps->sam_audio==0.1.0) (1.22.0)
Downloading audiobox_aesthetics-0.0.4-py3-none-any.whl (38 kB)
Downloading numpy-1.26.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.0 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.0/18.0 MB 121.3 MB/s eta 0:00:00
Downloading torchcodec-0.9.1-cp312-cp312-manylinux_2_28_x86_64.whl (2.1 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 75.8 MB/s eta 0:00:00
Downloading torchdiffeq-0.2.5-py3-none-any.whl (32 kB)
Downloading descript_audiotools-0.7.2-py2.py3-none-any.whl (106 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 106.7/106.7 kB 11.6 MB/s eta 0:00:00
Downloading braceexpand-0.1.7-py2.py3-none-any.whl (5.9 kB)
Downloading datatrove-0.3.0-py3-none-any.whl (16.7 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.7/16.7 MB 106.8 MB/s eta 0:00:00
Downloading decord-0.6.0-py3-none-manylinux2010_x86_64.whl (13.6 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.6/13.6 MB 138.1 MB/s eta 0:00:00
Downloading ftfy-6.3.1-py3-none-any.whl (44 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 44.8/44.8 kB 4.6 MB/s eta 0:00:00
Downloading lm_eval-0.4.9.2-py3-none-any.whl (8.2 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.2/8.2 MB 106.4 MB/s eta 0:00:00
Downloading sacrebleu-2.6.0-py3-none-any.whl (100 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100.8/100.8 kB 8.2 MB/s eta 0:00:00
Downloading msgspec-0.20.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (224 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 224.9/224.9 kB 23.9 MB/s eta 0:00:00
Downloading opencv_python-4.11.0.86-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (63.0 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.0/63.0 MB 10.4 MB/s eta 0:00:00
Downloading pyahocorasick-2.3.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (114 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 114.9/114.9 kB 12.2 MB/s eta 0:00:00
Downloading pycocoevalcap-1.2-py3-none-any.whl (104.3 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 104.3/104.3 MB 8.1 MB/s eta 0:00:00
Downloading pynvml-13.0.1-py3-none-any.whl (28 kB)
Downloading submitit-1.5.4-py3-none-any.whl (76 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 76.0/76.0 kB 7.1 MB/s eta 0:00:00
Downloading torchlibrosa-0.1.0-py3-none-any.whl (11 kB)
Downloading types_regex-2025.11.3.20251106-py3-none-any.whl (11 kB)
Downloading viztracer-1.1.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (15.9 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15.9/15.9 MB 59.5 MB/s eta 0:00:00
Downloading webdataset-1.0.2-py3-none-any.whl (74 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 75.0/75.0 kB 9.0 MB/s eta 0:00:00
Downloading xformers-0.0.33.post1-cp39-abi3-manylinux_2_28_x86_64.whl (122.9 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 122.9/122.9 MB 7.9 MB/s eta 0:00:00
Downloading evaluate-0.4.6-py3-none-any.whl (84 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 84.1/84.1 kB 8.5 MB/s eta 0:00:00
Downloading loguru-0.7.3-py3-none-any.whl (61 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.6/61.6 kB 6.3 MB/s eta 0:00:00
Downloading objprint-0.3.0-py3-none-any.whl (41 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 41.6/41.6 kB 3.6 MB/s eta 0:00:00
Downloading protobuf-3.19.6-py2.py3-none-any.whl (162 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 162.6/162.6 kB 16.3 MB/s eta 0:00:00
Downloading pybind11-3.0.1-py3-none-any.whl (293 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 293.6/293.6 kB 28.2 MB/s eta 0:00:00
Downloading av-16.1.0-cp312-cp312-manylinux_2_28_x86_64.whl (41.2 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 41.2/41.2 MB 19.2 MB/s eta 0:00:00
Downloading colorama-0.4.6-py2.py3-none-any.whl (25 kB)
Downloading flatten_dict-0.4.2-py2.py3-none-any.whl (9.7 kB)
Downloading jsonlines-4.0.0-py3-none-any.whl (8.7 kB)
Downloading markdown2-2.5.4-py3-none-any.whl (49 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 50.0/50.0 kB 4.7 MB/s eta 0:00:00
Downloading parameterized-0.9.0-py2.py3-none-any.whl (20 kB)
Downloading portalocker-3.2.0-py3-none-any.whl (22 kB)
Downloading pyloudnorm-0.2.0-py3-none-any.whl (10 kB)
Downloading pystoi-0.4.1-py2.py3-none-any.whl (8.2 kB)
Downloading pytablewriter-1.2.1-py3-none-any.whl (91 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 91.1/91.1 kB 10.2 MB/s eta 0:00:00
Downloading torch_stoi-0.2.3-py3-none-any.whl (8.1 kB)
Downloading tqdm_multiprocess-0.0.11-py3-none-any.whl (9.8 kB)
Downloading DataProperty-1.1.0-py3-none-any.whl (27 kB)
Downloading jedi-0.19.2-py2.py3-none-any.whl (1.6 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 58.3 MB/s eta 0:00:00
Downloading mbstrdecoder-1.1.4-py3-none-any.whl (7.9 kB)
Downloading pathvalidate-3.3.1-py3-none-any.whl (24 kB)
Downloading tabledata-1.3.4-py3-none-any.whl (11 kB)
Downloading tcolorpy-0.1.7-py3-none-any.whl (8.1 kB)
Downloading typepy-1.3.4-py3-none-any.whl (31 kB)
Downloading yacs-0.1.8-py3-none-any.whl (14 kB)
Downloading fire-0.7.1-py3-none-any.whl (115 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 115.9/115.9 kB 13.6 MB/s eta 0:00:00
Building wheels for collected packages: sam_audio, dacvae, imagebind, laion-clap, perception-models, argbind, iopath, rouge-score, progressbar, pytorchvideo, wget, fvcore, julius, randomname, sqlitedict, word2number
Building wheel for sam_audio (pyproject.toml) ... done
Created wheel for sam_audio: filename=sam_audio-0.1.0-py3-none-any.whl size=41778 sha256=a09756a0d1f5e6e2c3d913ced2ebfd1aecf8c9d1c1a7677f8c05194b8b3312db
Stored in directory: /root/.cache/pip/wheels/f9/c2/00/11699050b9774e8ba8c1543e661de6ad7c2f78dcabd1cf90c5
Building wheel for dacvae (setup.py) ... done
Created wheel for dacvae: filename=dacvae-1.0.0-py3-none-any.whl size=22374 sha256=322fc27b2490cc9d4f89f1cde03dae7ed18e7910ea1bd0e896fdd0f2b9dd19ce
Stored in directory: /tmp/pip-ephem-wheel-cache-hgbho3oc/wheels/9d/19/4e/dacfd7e08426f6ecb992c8ceb14adbf29ddc265074eb6d9955
Building wheel for imagebind (setup.py) ... done
Created wheel for imagebind: filename=imagebind-0.1.0-py3-none-any.whl size=1385594 sha256=1980ae0988d4e61a1ea6d3bc9a9a59f22e112bca3778a06d25d3b38a49b73481
Stored in directory: /tmp/pip-ephem-wheel-cache-hgbho3oc/wheels/80/b9/ca/bc2a2b5520aea0e9a1fbdbcd32e4d5b7d3218622831cfdafaf
Building wheel for laion-clap (pyproject.toml) ... done
Created wheel for laion-clap: filename=laion_clap-1.1.6-py3-none-any.whl size=1501383 sha256=67e740ee9d4faf87a7c06cec92ba780331eb403c11bd1b5c3c171df2d216bfeb
Stored in directory: /tmp/pip-ephem-wheel-cache-hgbho3oc/wheels/37/23/9a/2135241b8eeaca7118e577fe9098e85b23a5684fd0b340e835
Building wheel for perception-models (setup.py) ... done
Created wheel for perception-models: filename=perception_models-1.0.0-py3-none-any.whl size=1459329 sha256=02013455e538342b1ce5e0b0310796c0a4152b95963f69905f21c7e2b5953eb8
Stored in directory: /tmp/pip-ephem-wheel-cache-hgbho3oc/wheels/b8/75/d6/e7f591ca5d29d6ca89702dda1351c82075394a77d43eb9f53f
Building wheel for argbind (setup.py) ... done
Created wheel for argbind: filename=argbind-0.3.9-py2.py3-none-any.whl size=11730 sha256=124bd2beeadd6c0152ef24f38467065d1ca028158b7fb46753f8f72bc5c72e4d
Stored in directory: /root/.cache/pip/wheels/eb/33/cb/c5e898b01c657604d61ef1462002dee37ed67b4b05b871dc45
Building wheel for iopath (setup.py) ... done
Created wheel for iopath: filename=iopath-0.1.10-py3-none-any.whl size=31527 sha256=84300c0ca74135d83d4a5c9cc38cd3fc00c8bacfbe98c71ce4fc1cfea73a14fb
Stored in directory: /root/.cache/pip/wheels/7c/96/04/4f5f31ff812f684f69f40cb1634357812220aac58d4698048c
Building wheel for rouge-score (setup.py) ... done
Created wheel for rouge-score: filename=rouge_score-0.1.2-py3-none-any.whl size=24934 sha256=0db5a6aec510760418d27c23aa5764e86cb05b7beeae368acd14136ff8531243
Stored in directory: /root/.cache/pip/wheels/85/9d/af/01feefbe7d55ef5468796f0c68225b6788e85d9d0a281e7a70
Building wheel for progressbar (setup.py) ... done
Created wheel for progressbar: filename=progressbar-2.5-py3-none-any.whl size=12065 sha256=9029b34ec5dcc11710d9a3a347ae508da7f75c188748a6db282c4cdaee57c8f5
Stored in directory: /root/.cache/pip/wheels/a5/4d/c7/f3cf0f75c746c219090060131fe00f1523cc2c5484991f4030
Building wheel for pytorchvideo (setup.py) ... done
Created wheel for pytorchvideo: filename=pytorchvideo-0.1.5-py3-none-any.whl size=213014 sha256=63504355b6aeae5bfbe9288617a830c8d2d6183ee801bb3bf7ceda182df89c38
Stored in directory: /root/.cache/pip/wheels/f2/e1/3c/62d65f6ea1f1de3177b6d9280234e49f429c0a0af34ccbc9dc
Building wheel for wget (setup.py) ... done
Created wheel for wget: filename=wget-3.2-py3-none-any.whl size=9655 sha256=eee9c1e2210752ff7a98149820d6f31c9a4d2344467d3a727224a751ab6e0ea1
Stored in directory: /root/.cache/pip/wheels/01/46/3b/e29ffbe4ebe614ff224bad40fc6a5773a67a163251585a13a9
Building wheel for fvcore (setup.py) ... done
Created wheel for fvcore: filename=fvcore-0.1.5.post20221221-py3-none-any.whl size=61397 sha256=7d2c5c6dafa1840a7cf01296572f3ac0ce03f71c02ed9bca946c019b9b32fc2a
Stored in directory: /root/.cache/pip/wheels/ed/9f/a5/e4f5b27454ccd4596bd8b62432c7d6b1ca9fa22aef9d70a16a
Building wheel for julius (setup.py) ... done
Created wheel for julius: filename=julius-0.2.7-py3-none-any.whl size=21870 sha256=72a3b60a1357349e4528be31378b77bff3c9b08c0e2d286bd90b52c138afd8bf
Stored in directory: /root/.cache/pip/wheels/de/c1/ca/544dafe48401e8e2e17064dfe465a390fca9e8720ffa12e744
Building wheel for randomname (setup.py) ... done
Created wheel for randomname: filename=randomname-0.2.1-py3-none-any.whl size=89194 sha256=c020ccc9c8e06e2fc6636a78edde360b0a6269183b4935fb61ad5d781a162fdc
Stored in directory: /root/.cache/pip/wheels/05/6e/37/1db72aaa77a57f2dcbc97fd96a47f14091130a1dde562124c0
Building wheel for sqlitedict (setup.py) ... done
Created wheel for sqlitedict: filename=sqlitedict-2.1.0-py3-none-any.whl size=16862 sha256=9d65acf0e493c0570a79b4aa9ceeaf02bf76fdb3337266b4bb381977b40e6c83
Stored in directory: /root/.cache/pip/wheels/7a/6f/21/fc016aef45ffcabe27129a2252f061387cbf278d2086225a64
Building wheel for word2number (setup.py) ... done
Created wheel for word2number: filename=word2number-1.1-py3-none-any.whl size=5568 sha256=b43d8afe58dad63d687221ca902089879efec6bfe513b8ecbfeac88288e568f3
Stored in directory: /root/.cache/pip/wheels/5b/79/fb/d25928e599c7e11fe4e00d32048cd74933f34a74c633d2aea6
Successfully built sam_audio dacvae imagebind laion-clap perception-models argbind iopath rouge-score progressbar pytorchvideo wget fvcore julius randomname sqlitedict word2number
Installing collected packages: word2number, wget, sqlitedict, progressbar, braceexpand, yacs, types-regex, torchcodec, tcolorpy, submitit, pynvml, pybind11, pyahocorasick, protobuf, portalocker, pathvalidate, parameterized, objprint, numpy, msgspec, mbstrdecoder, markdown2, loguru, jsonlines, jedi, ftfy, flatten-dict, fire, colorama, av, argbind, webdataset, viztracer, typepy, tqdm-multiprocess, sacrebleu, rouge-score, randomname, opencv-python, iopath, decord, pystoi, pyloudnorm, pycocoevalcap, fvcore, datatrove, xformers, torchdiffeq, pytorchvideo, julius, DataProperty, torchlibrosa, torch-stoi, tabledata, evaluate, audiobox_aesthetics, pytablewriter, laion-clap, imagebind, descript-audiotools, lm-eval, dacvae, perception-models, sam_audio
Attempting uninstall: protobuf
Found existing installation: protobuf 5.29.5
Uninstalling protobuf-5.29.5:
Successfully uninstalled protobuf-5.29.5
Attempting uninstall: numpy
Found existing installation: numpy 2.0.2
Uninstalling numpy-2.0.2:
Successfully uninstalled numpy-2.0.2
Attempting uninstall: opencv-python
Found existing installation: opencv-python 4.12.0.88
Uninstalling opencv-python-4.12.0.88:
Successfully uninstalled opencv-python-4.12.0.88
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
google-cloud-secret-manager 2.26.0 requires protobuf!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<7.0.0,>=3.20.2, but you have protobuf 3.19.6 which is incompatible.
google-cloud-firestore 2.22.0 requires protobuf!=3.20.0,!=3.20.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<7.0.0dev,>=3.20.2, but you have protobuf 3.19.6 which is incompatible.
google-cloud-speech 2.35.0 requires protobuf!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<7.0.0,>=3.20.2, but you have protobuf 3.19.6 which is incompatible.
google-cloud-bigquery-connection 1.19.0 requires protobuf!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<7.0.0,>=3.20.2, but you have protobuf 3.19.6 which is incompatible.
tensorflow 2.19.0 requires protobuf!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<6.0.0dev,>=3.20.3, but you have protobuf 3.19.6 which is incompatible.
google-cloud-functions 1.21.0 requires protobuf!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<7.0.0,>=3.20.2, but you have protobuf 3.19.6 which is incompatible.
google-cloud-language 2.18.0 requires protobuf!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<7.0.0,>=3.20.2, but you have protobuf 3.19.6 which is incompatible.
google-cloud-dataproc 5.23.0 requires protobuf!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<7.0.0,>=3.20.2, but you have protobuf 3.19.6 which is incompatible.
google-ai-generativelanguage 0.6.15 requires protobuf!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<6.0.0dev,>=3.20.2, but you have protobuf 3.19.6 which is incompatible.
shap 0.50.0 requires numpy>=2, but you have numpy 1.26.4 which is incompatible.
google-cloud-monitoring 2.28.0 requires protobuf!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<7.0.0,>=3.20.2, but you have protobuf 3.19.6 which is incompatible.
jax 0.7.2 requires numpy>=2.0, but you have numpy 1.26.4 which is incompatible.
tobler 0.13.0 requires numpy>=2.0, but you have numpy 1.26.4 which is incompatible.
google-cloud-appengine-logging 1.7.0 requires protobuf!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<7.0.0,>=3.20.2, but you have protobuf 3.19.6 which is incompatible.
opencv-contrib-python 4.12.0.88 requires numpy<2.3.0,>=2; python_version >= "3.9", but you have numpy 1.26.4 which is incompatible.
google-cloud-audit-log 0.4.0 requires protobuf!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<7.0.0,>=3.20.2, but you have protobuf 3.19.6 which is incompatible.
google-cloud-trace 1.17.0 requires protobuf!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<7.0.0,>=3.20.2, but you have protobuf 3.19.6 which is incompatible.
google-cloud-aiplatform 1.130.0 requires protobuf!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<7.0.0,>=3.20.2, but you have protobuf 3.19.6 which is incompatible.
opencv-python-headless 4.12.0.88 requires numpy<2.3.0,>=2; python_version >= "3.9", but you have numpy 1.26.4 which is incompatible.
grpc-google-iam-v1 0.14.3 requires protobuf!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<7.0.0,>=3.20.2, but you have protobuf 3.19.6 which is incompatible.
ydf 0.13.0 requires protobuf<7.0.0,>=5.29.1, but you have protobuf 3.19.6 which is incompatible.
rasterio 1.5.0 requires numpy>=2, but you have numpy 1.26.4 which is incompatible.
google-cloud-resource-manager 1.15.0 requires protobuf!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<7.0.0,>=3.20.2, but you have protobuf 3.19.6 which is incompatible.
jaxlib 0.7.2 requires numpy>=2.0, but you have numpy 1.26.4 which is incompatible.
google-cloud-logging 3.13.0 requires protobuf!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<7.0.0,>=3.20.2, but you have protobuf 3.19.6 which is incompatible.
google-cloud-bigtable 2.35.0 requires protobuf!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<7.0.0,>=3.20.2, but you have protobuf 3.19.6 which is incompatible.
google-cloud-datastore 2.23.0 requires protobuf!=3.20.0,!=3.20.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<7.0.0,>=3.20.2, but you have protobuf 3.19.6 which is incompatible.
googleapis-common-protos 1.72.0 requires protobuf!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<7.0.0,>=3.20.2, but you have protobuf 3.19.6 which is incompatible.
pytensor 2.36.3 requires numpy>=2.0, but you have numpy 1.26.4 which is incompatible.
google-cloud-translate 3.23.0 requires protobuf!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<7.0.0,>=3.20.2, but you have protobuf 3.19.6 which is incompatible.
google-cloud-bigquery-storage 2.36.0 requires protobuf!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<7.0.0,>=3.20.2, but you have protobuf 3.19.6 which is incompatible.
opentelemetry-proto 1.37.0 requires protobuf<7.0,>=5.0, but you have protobuf 3.19.6 which is incompatible.
grpcio-status 1.71.2 requires protobuf<6.0dev,>=5.26.1, but you have protobuf 3.19.6 which is incompatible.
tensorflow-datasets 4.9.9 requires protobuf>=3.20, but you have protobuf 3.19.6 which is incompatible.
tensorflow-metadata 1.17.2 requires protobuf>=4.25.2; python_version >= "3.11", but you have protobuf 3.19.6 which is incompatible.
google-cloud-discoveryengine 0.13.12 requires protobuf!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<7.0.0,>=3.20.2, but you have protobuf 3.19.6 which is incompatible.
google-cloud-spanner 3.61.0 requires protobuf!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<7.0.0,>=3.20.2, but you have protobuf 3.19.6 which is incompatible.
Successfully installed DataProperty-1.1.0 argbind-0.3.9 audiobox_aesthetics-0.0.4 av-16.1.0 braceexpand-0.1.7 colorama-0.4.6 dacvae-1.0.0 datatrove-0.3.0 decord-0.6.0 descript-audiotools-0.7.2 evaluate-0.4.6 fire-0.7.1 flatten-dict-0.4.2 ftfy-6.3.1 fvcore-0.1.5.post20221221 imagebind-0.1.0 iopath-0.1.10 jedi-0.19.2 jsonlines-4.0.0 julius-0.2.7 laion-clap-1.1.6 lm-eval-0.4.9.2 loguru-0.7.3 markdown2-2.5.4 mbstrdecoder-1.1.4 msgspec-0.20.0 numpy-1.26.4 objprint-0.3.0 opencv-python-4.11.0.86 parameterized-0.9.0 pathvalidate-3.3.1 perception-models-1.0.0 portalocker-3.2.0 progressbar-2.5 protobuf-3.19.6 pyahocorasick-2.3.0 pybind11-3.0.1 pycocoevalcap-1.2 pyloudnorm-0.2.0 pynvml-13.0.1 pystoi-0.4.1 pytablewriter-1.2.1 pytorchvideo-0.1.5 randomname-0.2.1 rouge-score-0.1.2 sacrebleu-2.6.0 sam_audio-0.1.0 sqlitedict-2.1.0 submitit-1.5.4 tabledata-1.3.4 tcolorpy-0.1.7 torch-stoi-0.2.3 torchcodec-0.9.1 torchdiffeq-0.2.5 torchlibrosa-0.1.0 tqdm-multiprocess-0.0.11 typepy-1.3.4 types-regex-2025.11.3.20251106 viztracer-1.1.1 webdataset-1.0.2 wget-3.2 word2number-1.1 xformers-0.0.33.post1 yacs-0.1.8
WARNING: The following packages were previously imported in this runtime:
[google,numpy]
You must restart the runtime in order to use newly installed versions.Restart session