barugamon

Results 2 comments of barugamon

If you are on Linux and using Anaconda, try the following: `conda install gcc_linux-64` `conda install gxx_linux-64` This solved the issue for me.

Recreating the conda environment, then installing pytorch and transformers with pip instead of conda solved this issue for me: `pip install torch==2.0.1 torchvision==0.15.2 torchaudio==2.0.2 --index-url https://download.pytorch.org/whl/cu118` `pip install transformers==4.29.2`