requirements.txt for xcodec2==0.1.5 or xcodec2==0.1.3 is super strict regarding the large modules i.e. torch & cuda ones. This makes xcoded2 unusable since each time one tries to run it, he has to have the exact torch & cuda modules, elsewhere it will start downloading them which takes a serious amount of time.
For instance, are you sure that the xcodec2 module will not work if torch is not exactly on 2.5.0 version?
Please fix requirements.txt using >= etc.
requirements.txtforxcodec2==0.1.5orxcodec2==0.1.3is super strict regarding the large modules i.e.torch&cudaones. This makesxcoded2unusable since each time one tries to run it, he has to have the exacttorch&cudamodules, elsewhere it will start downloading them which takes a serious amount of time.For instance, are you sure that the
xcodec2module will not work iftorchis not exactly on2.5.0version?Please fix
requirements.txtusing>=etc.