Skip to content
Draft
Show file tree
Hide file tree
Changes from 2 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
7 changes: 4 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set version = "2.19.1" %}
{% set estimator_version = "2.15.0" %}
{% set build = 2 %}
{% set build = 3 %}

{% if cuda_compiler_version != "None" %}
{% set build = build + 200 %}
Expand Down Expand Up @@ -73,8 +73,9 @@ source:
- patches/0039-Fix-matmul-unused-result-error.patch
- patches/0040-Support-cuda-12.8.patch
- patches/0041-Disable-profiler.patch
- patches/0042-bump-h5py-req.patch # [aarch64]
- patches/0043-cross-arch-config.patch # [aarch64 and target_platform != build_platform]
- patches/0042-cross-arch-config.patch # [aarch64 and target_platform != build_platform]
# https://github.com/tensorflow/tensorflow/pull/99046
- patches/0043-Fix-shared-memory-alignment-in-concat-split-GPU-kern.patch
# backport https://github.com/tensorflow/tensorflow/pull/99364
- patches/0044-Support-for-TFv2.20-to-compile-with-CUDA-v12.9.1.patch
- url: https://github.com/tensorflow/estimator/archive/refs/tags/v{{ estimator_version.replace(".rc", "-rc") }}.tar.gz
Expand Down
Loading
Loading