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 9b31a47 commit 5c3cdb0Copy full SHA for 5c3cdb0
conda/pytorch-cuda/meta.yaml
@@ -1,4 +1,11 @@
1
-{% set build = 0 %}
+# Package to manage cuda version in PyTorch
2
+# Please note: Build number should be advanced with
3
+# every deployment. After the deployment to production
4
+# use following links to validate the correctness of
5
+# deployment:
6
+# https://conda.anaconda.org/pytorch/noarch/
7
+# https://conda.anaconda.org/pytorch/noarch/repodata.json
8
+{% set build = 1 %}
9
{% set cuda_constraints=">=11.6,<11.7" %}
10
{% set libcufft_constraints=">=10.7.0.55,<10.7.2.50" %}
11
{% set libcublas_constraints=">=11.8.1.74,<11.10.1.25" %}
0 commit comments