Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for sources (0.3 sec)

  1. RELEASE.md

        [NCCL 2.2](https://developer.nvidia.com/nccl). See updated install guides:
        [TensorFlow GPU support](https://www.tensorflow.org/install/gpu) and
        [Build TensorFlow from source](https://www.tensorflow.org/install/source).
    *   Starting from TensorFlow 1.11, Windows builds will use Bazel. Therefore, we
        will drop official support for cmake.
    
    ## Bug Fixes and Other Changes
    
    *   `tf.data`:
    Plain Text
    - Registered: Tue May 07 12:40:20 GMT 2024
    - Last Modified: Mon Apr 29 19:17:57 GMT 2024
    - 727.7K bytes
    - Viewed (8)
  2. .bazelrc

    build:resultstore --google_default_credentials
    build:resultstore --bes_backend=buildeventservice.googleapis.com
    build:resultstore --bes_instance_name="tensorflow-testing"
    build:resultstore --bes_results_url="https://source.cloud.google.com/results/invocations"
    build:resultstore --bes_timeout=600s
    
    # Flag to enable remote config
    common --experimental_repo_remote_exec
    
    # Make Bazel not try to probe the host system for a C++ toolchain.
    Plain Text
    - Registered: Tue May 07 12:40:20 GMT 2024
    - Last Modified: Thu May 02 19:34:20 GMT 2024
    - 52.8K bytes
    - Viewed (2)
Back to top