Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refreshed to 0.16.1 #49

Merged
merged 3 commits into from
Jan 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
Loading