Skip to content

Commit

Permalink
Refreshed to 0.16.2 (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aman-Surkar authored Jan 8, 2024
1 parent 4f9cb94 commit 936ef71
Show file tree
Hide file tree
Showing 12 changed files with 4 additions and 236 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 : torchvision-base
path : vision-0.11/recipe
path : vision-0.16.2/recipe

- name : torchvision-meta
path : vision-0.11/variants
{% else %}
- name : torchvision-base
path : vision-0.15/recipe

- name : torchvision-meta
path : vision-0.15/variants
{% endif %}
path : vision-0.16.2/variants
13 changes: 0 additions & 13 deletions vision-0.11/recipe/0101-find-ffmpeg-in-conda-env.patch

This file was deleted.

47 changes: 0 additions & 47 deletions vision-0.11/recipe/0102-Fixed-failure-on-baremetal.patch

This file was deleted.

25 changes: 0 additions & 25 deletions vision-0.11/recipe/0103-pick-up-ancaconda-gcc.patch

This file was deleted.

73 changes: 0 additions & 73 deletions vision-0.11/recipe/meta.yaml

This file was deleted.

33 changes: 0 additions & 33 deletions vision-0.15/recipe/build.sh

This file was deleted.

33 changes: 0 additions & 33 deletions vision-0.15/variants/meta.yaml

This file was deleted.

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

package:
name: torchvision-base
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 torchvision explicitly

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

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

0 comments on commit 936ef71

Please sign in to comment.