From 26d522f3a6f9fda3aa7aebe032604466f5701235 Mon Sep 17 00:00:00 2001 From: Deepali <70963368+cdeepali@users.noreply.github.com> Date: Fri, 21 Jan 2022 17:13:23 +0530 Subject: [PATCH] refresh to v0.11.1 (#29) (#31) --- recipe/meta.yaml | 6 +++--- variants/meta.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 47e2794..8f32624 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "torchtext-base" %} -{% set version = "0.11.0" %} +{% set version = "0.11.1" %} package: name: "{{ name|lower }}" @@ -7,13 +7,13 @@ package: source: git_url: https://github.com/pytorch/text.git - git_rev: v{{ version }}-rc3 + git_rev: v{{ version }} patches: # 01xx - patch is specific to open-ce and will always be carried forward and not upstreamed - 0101-disable-tcmalloc.patch build: - number: 2 + number: 1 string: {{ build_type }}_py{{ python | replace(".", "") }}_{{ PKG_BUILDNUM }} #[build_type == 'cpu'] string: {{ build_type }}{{ cudatoolkit | replace(".*", "") }}_py{{ python | replace(".", "") }}_{{ PKG_BUILDNUM }} #[build_type == 'cuda'] diff --git a/variants/meta.yaml b/variants/meta.yaml index 8de322c..07e4d96 100644 --- a/variants/meta.yaml +++ b/variants/meta.yaml @@ -1,6 +1,6 @@ # A metapackge for installing GPU or CPU versions of torchtext explicitly -{% set version = "0.11.0" %} +{% set version = "0.11.1" %} package: name: torchtext{{ '-cpu' if build_type == 'cpu' else '' }}