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

deepspeed v0.12.0 #34

Merged
merged 6 commits into from
Nov 4, 2023
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
4 changes: 4 additions & 0 deletions recipe/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,9 @@ fi
export DS_BUILD_SPARSE_ATTN=0
# Disable building with EvoFormerAttention which requires CUTLASS
export DS_BUILD_EVOFORMER_ATTN=0
# Disable building with CUTLASS ops
export DS_BUILD_CUTLASS_OPS=0
# Disable building with ragged device ops
export DS_BUILD_RAGGED_DEVICE_OPS=0

${PYTHON} -m pip install . -vv
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.2" %}
{% set version = "0.12.0" %}
{% 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: ee1047928451598ad9529314b5b5ae4a3f13d622eb87104c913a4e990e6a443d

build:
number: {{ number }}
Expand Down