Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 3 of 3 for tf_wheel_version_suffix (0.29 seconds)

  1. WORKSPACE

    nvidia_wheel_versions_repository(
        name = "nvidia_wheel_versions",
        versions_source = "//ci/official/requirements_updater:nvidia-requirements.txt",
    )
    
    python_wheel_version_suffix_repository(name = "tf_wheel_version_suffix")
    
    load(
        "@rules_ml_toolchain//gpu/cuda:cuda_json_init_repository.bzl",
        "cuda_json_init_repository",
    )
    
    cuda_json_init_repository()
    
    load(
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Thu Apr 02 01:32:13 GMT 2026
    - 5.3K bytes
    - Click Count (0)
  2. MODULE.bazel

    )
    
    python_wheel_version_suffix_repository = use_repo_rule(
        "@xla//third_party/py:python_wheel.bzl",
        "python_wheel_version_suffix_repository",
    )
    
    python_wheel_version_suffix_repository(name = "tf_wheel_version_suffix")
    
    def_file_filter_configure = use_repo_rule("@xla//tools/def_file_filter:def_file_filter_configure.bzl", "def_file_filter_configure")
    
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Thu Apr 02 01:32:13 GMT 2026
    - 11K bytes
    - Click Count (0)
  3. .bazelrc

    # third_party/tensorflow/core/public/release_version.h and
    # third_party/tensorflow/tools/pip_package/setup.oss.py.tpl
    common --repo_env=ML_WHEEL_TYPE="snapshot"
    common --repo_env=ML_WHEEL_BUILD_DATE=""
    common --repo_env=ML_WHEEL_VERSION_SUFFIX=""
    
    common --incompatible_default_to_explicit_init_py
    
    # For projects which use TensorFlow as part of a Bazel build process, putting
    # nothing in a bazelrc will default to a monolithic build. The following line
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Sat Mar 28 04:33:01 GMT 2026
    - 58.9K bytes
    - Click Count (0)
Back to Top