Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tensorflow/serving
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.2.0
Choose a base ref
...
head repository: tensorflow/serving
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: r2.2
Choose a head ref
  • 12 commits
  • 7 files changed
  • 6 contributors

Commits on Jun 4, 2020

  1. Install python3-distutils in gpu docker config.

    PiperOrigin-RevId: 314641112
    Haiming Bao committed Jun 4, 2020
    Copy the full SHA
    145b337 View commit details
  2. Merge pull request #1658 from tensorflow/cherrypick_gpu_docker_fix

    Install python3-distutils in gpu docker config.
    nrobeR authored Jun 4, 2020
    Copy the full SHA
    997223c View commit details

Commits on Jun 5, 2020

  1. Install cuda-nvrtc 10.1 into release tf serving gpu docker image.

    PiperOrigin-RevId: 314861537
    (cherry picked from commit 74ea413)
    Haiming Bao committed Jun 5, 2020
    Copy the full SHA
    9b74939 View commit details
  2. Merge pull request #1661 from nrobeR/cp_r2.2_20200605_105221

    Install cuda-nvrtc 10.1 into release tf serving gpu docker image.
    nrobeR authored Jun 5, 2020
    Copy the full SHA
    eaf2e2e View commit details

Commits on Feb 10, 2021

  1. Specifying compute capabilities in the TF 2.2 .bazelrc file to reduce…

    … startup time on GPUs; this is in line with TF 2.3 changes
    rhaertel80 authored Feb 10, 2021
    Copy the full SHA
    54de106 View commit details
  2. Merge pull request #1808 from rhaertel80/patch-1

    Specifying compute capabilities in the TF 2.2 .bazelrc file
    netfs authored Feb 10, 2021
    Copy the full SHA
    ede359c View commit details
  3. Copy the full SHA
    d0b8fdf View commit details
  4. Merge pull request #1809 from netfs/releng_20210210_135603

    Update version for 2.2.2 release.
    netfs authored Feb 10, 2021
    Copy the full SHA
    cfe83b1 View commit details

Commits on Feb 11, 2021

  1. Update .bazelrc

    Fix #1808 to specific correct capabilities to match up 2.3 release of serving.
    
    Notably remove compute_80 as it only is available in cuda 11, and 2.2/3 releases use cuda 10.
    netfs authored Feb 11, 2021
    Copy the full SHA
    3a9b697 View commit details
  2. Merge pull request #1810 from tensorflow/netfs-patch-1

    Update .bazelrc
    netfs authored Feb 11, 2021
    Copy the full SHA
    57c7720 View commit details

Commits on Jul 7, 2021

  1. Copy the full SHA
    e89e0f5 View commit details
  2. Merge pull request #1889 from jurampark/releng_20210706_221009

    Update version for 2.2.3 release.
    jurampark authored Jul 7, 2021
    Copy the full SHA
    a826c57 View commit details
Loading