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 4efb890Copy full SHA for 4efb890
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
@@ -2,5 +2,5 @@
# 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
+torch==2.3.1+cpu --hash=sha256:2141a6cb7021adf2f92a0fd372cfeac524ba460bd39ce3a641d30a561e41f69a
+argostranslate==1.9.6 --hash=sha256:285b194bd64d65617ee2fa8969a40ce790c6b3acf875f94f1d2b0373f3ae691c
0 commit comments