diff --git a/requirements-cpu.txt b/requirements-cpu.txt index 91f06ff..344fd42 100644 --- a/requirements-cpu.txt +++ b/requirements-cpu.txt @@ -1,6 +1,6 @@ # Don't forget to update requirements-cuda.txt if you update this -f https://download.pytorch.org/whl/cpu/torch_stable.html -torch==1.13.1+cpu +torch==2.12.1 torchaudio==0.13.1+cpu torchvision==0.14.1+cpu diff --git a/requirements-cuda.txt b/requirements-cuda.txt index a6d462b..cc5bf37 100644 --- a/requirements-cuda.txt +++ b/requirements-cuda.txt @@ -1,6 +1,6 @@ # Don't forget to update requirements-cpu.txt if you update this -torch==1.13.1 +torch==2.12.1 torchaudio==0.13.1 torchvision==0.14.1