Skip to content
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
12 changes: 0 additions & 12 deletions .azure-pipelines/azure-pipelines-osx.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

37 changes: 0 additions & 37 deletions .ci_support/osx_64_python3.10.____cpython.yaml

This file was deleted.

37 changes: 0 additions & 37 deletions .ci_support/osx_64_python3.11.____cpython.yaml

This file was deleted.

37 changes: 0 additions & 37 deletions .ci_support/osx_64_python3.12.____cpython.yaml

This file was deleted.

37 changes: 0 additions & 37 deletions .ci_support/osx_64_python3.13.____cp313.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/CODEOWNERS

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 1 addition & 28 deletions README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion azure-pipelines.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 6 additions & 3 deletions recipe/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ schema_version: 1

context:
name: deepspeed
version: 0.18.3
version: 0.18.5
build_number: 0
torch_proc_type: ${{ "cuda" ~ cuda_compiler_version | version_to_buildstring if cuda_compiler_version != "None" else "cpu" }}

Expand All @@ -12,12 +12,14 @@ package:

source:
url: https://pypi.org/packages/source/${{ name[0] }}/${{ name }}/${{ name }}-${{ version }}.tar.gz
sha256: 0ee0002d8205667ee8463dab8461fb5914dac1583440fe1c48a3a385bb4130ea
sha256: fa35e6e0f50c9a377854b58bd445bf4fb809f2a6a2896099e7cce6b75d10a3d1

build:
number: ${{ build_number }}
string: ${{ torch_proc_type }}_py${{ python | version_to_buildstring }}_h${{ hash }}_${{ build_number }}
skip: win
skip:
- win
- osx and x86_64

requirements:
build:
Expand Down Expand Up @@ -91,3 +93,4 @@ extra:
recipe-maintainers:
- loadams
- weiji14
- sdvillal
Loading