Skip to content
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
5 changes: 3 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "deepspeed" %}
{% set version = "0.11.2" %}
{% set version = "0.12.1" %}
{% set number = 0 %}

{% set torch_proc_type = "cuda" if cuda_compiler_version != "None" else "cpu" %}
Expand All @@ -15,7 +15,7 @@ package:

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 6d6f716882a3a92ebea37aaeec05a063dc0fe1445d3ab2fc2b603ba87a8a2300
sha256: 4b15201a004aed2e32d37d251ce02f74c09980ddc020a2a84ea28adac076cb68

build:
number: {{ number }}
Expand Down Expand Up @@ -58,6 +58,7 @@ requirements:
- pytorch # [cuda_compiler_version not in (undefined, 'None')]
- pytorch =*={{ torch_proc_type }}* # [cuda_compiler_version not in (undefined, 'None')]
run:
- ninja
- hjson-py
# NOTE(hadim): coming at https://github.com/conda-forge/staged-recipes/pull/19098
# - ninja-python
Expand Down