Skip to content

torchdata v0.7.0 #17

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

Closed
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
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pytorch 2.1.0 just got uploaded to conda-forge conda-forge/pytorch-cpu-feedstock#199, can someone retry the CI build please?

Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{% set version = "0.6.1" %}
{% set version = "0.7.0" %}

package:
name: torchdata
version: {{ version }}

source:
url: https://github.com/pytorch/data/archive/refs/tags/v{{ version }}.tar.gz
sha256: c596db251c5e6550db3f00e4308ee7112585cca4d6a1c82a433478fd86693257
sha256: 0b444719c3abc67201ed0fea92ea9c4100e7f36551ba0d19a09446cc11154eb3

build:
number: 2
number: 0
# no pytorch on windows in conda-forge, see
# https://github.com/conda-forge/pytorch-cpu-feedstock/issues/32
skip: true # [win]
Expand Down