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 6ce166e commit 8b34ae5Copy full SHA for 8b34ae5
conda/pytorch-cuda/meta.yaml
@@ -27,6 +27,14 @@
27
{% set libcusparse_constraints=">=11.7.5.86,<12.0.0.76" %}
28
{% set libnpp_constraints=">=11.8.0.86,<12.0.0.30" %}
29
{% set libnvjpeg_constraints=">=11.9.0.86,<12.0.0.28" %}
30
+{% elif version == '12.1' %}
31
+{% set cuda_constraints=">=12.1,<12.2" %}
32
+{% set libcufft_constraints=">=11.0.2.4" %}
33
+{% set libcublas_constraints=">=12.1.0.26" %}
34
+{% set libcusolver_constraints=">=11.4.4.55" %}
35
+{% set libcusparse_constraints=">=12.0.2.55" %}
36
+{% set libnpp_constraints=">=12.0.2.50" %}
37
+{% set libnvjpeg_constraints=">=12.1.0.39" %}
38
{% endif %}
39
40
package:
0 commit comments