Explorar el Código

Bump torch to >=1.9.0 (#522)

This is necessary for #521 to work. The minimal version where `torch.inference_mode()` works is 1.9.0.

(cherry picked from commit 1242cfb539e4752bd6a6c619d60652083520a160)
Alexander Borzunov hace 2 años
padre
commit
ff0c2bd4bc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      requirements.txt

+ 1 - 1
requirements.txt

@@ -1,5 +1,5 @@
 PyYAML
-torch>=1.6.0
+torch>=1.9.0
 numpy>=1.17
 scipy>=1.2.1
 prefetch_generator>=1.0.1