Skip to content

Commit

Permalink
Refreshed to 0.16.1 (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aman-Surkar authored Jan 8, 2024
1 parent 2608094 commit 4988aca
Show file tree
Hide file tree
Showing 11 changed files with 4 additions and 172 deletions.
12 changes: 2 additions & 10 deletions config/build-config.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
recipes:
{% if build_type == 'cuda' and cudatoolkit == '11.2' %}
- name : torchtext-base
path : text-0.11/recipe
path : text-0.16.2/recipe

- name : torchtext-meta
path : text-0.11/variants
{% else %}
- name : torchtext-base
path : text-0.15/recipe

- name : torchtext-meta
path : text-0.15/variants
{% endif %}
path : text-0.16.2/variants
14 changes: 0 additions & 14 deletions text-0.11/recipe/0101-disable-tcmalloc.patch

This file was deleted.

39 changes: 0 additions & 39 deletions text-0.11/recipe/build.sh

This file was deleted.

59 changes: 0 additions & 59 deletions text-0.11/recipe/meta.yaml

This file was deleted.

32 changes: 0 additions & 32 deletions text-0.11/variants/meta.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions text-0.15/recipe/open-ce-info.yaml

This file was deleted.

File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "torchtext-base" %}
{% set version = "0.15.2" %}
{% set version = "0.16.2" %}

package:
name: "{{ name|lower }}"
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# A metapackge for installing GPU or CPU versions of torchtext explicitly

{% set version = "0.15.2" %}
{% set version = "0.16.2" %}

package:
name: torchtext{{ '-cpu' if build_type == 'cpu' else '' }}
Expand Down

0 comments on commit 4988aca

Please sign in to comment.