From 5083f13a2c90de8f18eae0275cf511eb0794d536 Mon Sep 17 00:00:00 2001 From: atalman Date: Tue, 13 Dec 2022 04:59:45 -0800 Subject: [PATCH] Advance build number in pytorch-cuda --- conda/pytorch-cuda/meta.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/conda/pytorch-cuda/meta.yaml b/conda/pytorch-cuda/meta.yaml index dbaccbf13..6e8dacf13 100644 --- a/conda/pytorch-cuda/meta.yaml +++ b/conda/pytorch-cuda/meta.yaml @@ -1,4 +1,11 @@ -{% set build = 0 %} +# Package to manage cuda version in PyTorch +# Please note: Build number should be advanced with +# every deployment. After the deployment to production +# use following links to validate the correctness of +# deployment: +# https://conda.anaconda.org/pytorch/noarch/ +# https://conda.anaconda.org/pytorch/noarch/repodata.json +{% set build = 1 %} {% set cuda_constraints=">=11.6,<11.7" %} {% set libcufft_constraints=">=10.7.0.55,<10.7.2.50" %} {% set libcublas_constraints=">=11.8.1.74,<11.10.1.25" %}