Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 35 of 35 for CUDA (0.02 sec)

  1. ci/official/requirements_updater/numpy1_requirements/requirements_lock_3_9.txt

        #   -r ci/official/requirements_updater/nvidia-constraints.txt
        #   -r ci/official/requirements_updater/nvidia-requirements.txt
        #   nvidia-cudnn-cu12
        #   nvidia-cusolver-cu12
    nvidia-cuda-cupti-cu12==12.5.82 \
        --hash=sha256:4f835281cf492e2bedd153f5c3de9da8f1d775a419468305e64ce73b3b0c6dc3 \
        --hash=sha256:bde77a5feb66752ec61db2adfe47f56b941842825b4c7e2068aff27c9d107953 \
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Wed Sep 03 23:57:17 UTC 2025
    - 65.9K bytes
    - Viewed (0)
  2. ci/official/wheel.sh

    # limitations under the License.
    # ==============================================================================
    source "${BASH_SOURCE%/*}/utilities/setup.sh"
    
    # Record GPU count and CUDA version status
    if [[ "$TFCI_NVIDIA_SMI_ENABLE" == 1 ]]; then
      tfrun nvidia-smi
    fi
    
    # Update the version numbers for Nightly only
    if [[ "$TFCI_NIGHTLY_UPDATE_VERSION_ENABLE" == 1 ]]; then
      python_bin=python3
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Mon Mar 03 17:29:53 UTC 2025
    - 3.8K bytes
    - Viewed (0)
  3. requirements_lock_3_11.txt

        #   -r ci/official/requirements_updater/nvidia-constraints.txt
        #   -r ci/official/requirements_updater/nvidia-requirements.txt
        #   nvidia-cudnn-cu12
        #   nvidia-cusolver-cu12
    nvidia-cuda-cupti-cu12==12.5.82 \
        --hash=sha256:4f835281cf492e2bedd153f5c3de9da8f1d775a419468305e64ce73b3b0c6dc3 \
        --hash=sha256:bde77a5feb66752ec61db2adfe47f56b941842825b4c7e2068aff27c9d107953 \
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Wed Sep 03 23:57:17 UTC 2025
    - 67.7K bytes
    - Viewed (0)
  4. RELEASE.md

    * Hermetic CUDA support is added.
    
      Hermetic CUDA uses a specific downloadable version of CUDA instead of the user’s locally installed CUDA. Bazel will download CUDA, CUDNN and NCCL distributions, and then use CUDA libraries and tools as dependencies in various Bazel targets. This enables more reproducible builds for Google ML projects and supported CUDA versions.
    
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Mon Aug 18 20:54:38 UTC 2025
    - 740K bytes
    - Viewed (1)
  5. README.md

    [Docker container](https://www.tensorflow.org/install/docker), and
    [build from source](https://www.tensorflow.org/install/source).
    
    To install the current release, which includes support for
    [CUDA-enabled GPU cards](https://www.tensorflow.org/install/gpu) *(Ubuntu and
    Windows)*:
    
    ```
    $ pip install tensorflow
    ```
    
    Other devices (DirectX and MacOS-metal) are supported using
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Fri Jul 18 14:09:03 UTC 2025
    - 11.6K bytes
    - Viewed (0)
Back to top