Skip to content

Commit 5c3cdb0

Browse files
authored
Advance build number in pytorch-cuda (pytorch#1229)
1 parent 9b31a47 commit 5c3cdb0

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

conda/pytorch-cuda/meta.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
{% set build = 0 %}
1+
# 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 %}
29
{% set cuda_constraints=">=11.6,<11.7" %}
310
{% set libcufft_constraints=">=10.7.0.55,<10.7.2.50" %}
411
{% set libcublas_constraints=">=11.8.1.74,<11.10.1.25" %}

0 commit comments

Comments
 (0)