Skip to content

Commit

Permalink
update to v0.11.2 (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdeepali authored Sep 3, 2024
1 parent 0572701 commit f7355e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 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.1" %}
{% set version = "0.11.2" %}

package:
name: {{ name }}
Expand All @@ -10,7 +10,7 @@ source:
git_rev: v{{ version }}

build:
number: 2
number: 1
string: cuda{{ cudatoolkit | replace(".*", "") }}_py{{ python | replace(".", "") }}_{{ PKG_BUILDNUM }}
script: DS_BUILD_SPARSE_ATTN=0; DS_BUILD_OPS=1; {{ PYTHON }} -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv
script_env:
Expand Down

0 comments on commit f7355e8

Please sign in to comment.