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
I am trying to run your repo on google colab. But the problem is that the versions of the packages are no longer supported. I replaced some packages :
!pip install torch==2.0.0+cu118 torchvision==0.15.1+cu118 torchaudio==2.0.1 --index-url https://download.pytorch.org/whl/cu118
!pip install pytorch-lightning
but still some errors occur. Can you update the requirements.txt file? Thank you
The text was updated successfully, but these errors were encountered:
Sorry about this issue. Can you provide a bit more information on versions of packages that are no longer supported? Does this means they're not longer available for installation? Which packages does this apply to?
I am trying to run your repo on google colab. But the problem is that the versions of the packages are no longer supported. I replaced some packages :
!pip install torch==2.0.0+cu118 torchvision==0.15.1+cu118 torchaudio==2.0.1 --index-url https://download.pytorch.org/whl/cu118
!pip install pytorch-lightning
but still some errors occur. Can you update the requirements.txt file? Thank you
The text was updated successfully, but these errors were encountered: