Skip to content
Merged
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/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
context:
version: "0.0.31.post1"
build_number: 1
version: "0.0.32.post2"
build_number: 0
cuda_build_string: cuda_${{ cuda_compiler_version | version_to_buildstring }}
string_prefix: ${{ cuda_build_string if cuda_compiler_version != "None" else "cpu_" }}

Expand All @@ -10,7 +10,7 @@ package:

source:
- url: https://pypi.org/packages/source/x/xformers/xformers-${{ version }}.tar.gz
sha256: 06a12031a00aadd56fbe543a73258b18064bccdf85fbf5de4c3e67c69e301505
sha256: 9538be803969c6e1ca16a3ece921e472c24f79970b10be1087a389dcb66e412a
- url: https://raw.githubusercontent.com/NVIDIA/cutlass/main/LICENSE.txt
sha256: 80a7a18b73d41f64dd9ca881af35938f8de88b18c728703251f4c94d1299884d
file_name: third_party/cutlass/LICENSE.txt
Expand Down