You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I tried to run the project via docker as per the instructions in readme. i.e.
git clone https://github.com/open-mmlab/Amphion.git
cd Amphion
docker pull realamphion/amphion
docker run --runtime=nvidia --gpus all -it -v .:/app realamphion/amphion
However it is not successful. I got the error:
ImportError: cannot import name 'Wav2Vec2BertModel' from 'transformers' (/opt/conda/envs/amphion/lib/python3.9/site-packages/transformers/__init__.py)
Probably it is due to dependencies mismatch? For instance, env.sh has transformers==4.41.2 and pip list inside the container with the image shows transformers=4.30.2
The text was updated successfully, but these errors were encountered:
Describe the bug
Hi, I tried to run the project via docker as per the instructions in readme. i.e.
However it is not successful. I got the error:
Probably it is due to dependencies mismatch? For instance,
env.sh
hastransformers==4.41.2
andpip list
inside the container with the image shows transformers=4.30.2The text was updated successfully, but these errors were encountered: