We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4955a1b commit cb09517Copy full SHA for cb09517
requirements.txt
@@ -1,2 +1,3 @@
1
# Required for the heroku buildpack
2
-r requirements/prod.txt
3
+-r requirements/translate-cpu.txt
requirements/translate-cpu.txt
@@ -1,6 +1,6 @@
# Requirements for machine translations, manually managed.
# Only install the CPU version of torch when available (linux)
4
---find-links https://download.pytorch.org/whl/cpu/torch_stable.html
5
-torch==2.3.1+cpu
6
-argostranslate==1.9.6
+# --find-links https://download.pytorch.org/whl/cpu/torch_stable.html
+https://download.pytorch.org/whl/cpu/torch-2.3.1%2Bcpu-cp312-cp312-linux_x86_64.whl
+argostranslate==1.9.6 --hash=sha256:285b194bd64d65617ee2fa8969a40ce790c6b3acf875f94f1d2b0373f3ae691c
0 commit comments