Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for tf_wheel_version_suffix (0.23 sec)

  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//cc/deps:cc_toolchain_deps.bzl",
        "cc_toolchain_deps",
    )
    
    cc_toolchain_deps()
    
    register_toolchains("@rules_ml_toolchain//cc:linux_x86_64_linux_x86_64")
    
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Wed Sep 03 23:57:17 UTC 2025
    - 4.4K bytes
    - Viewed (0)
  2. .bazelrc

    # third_party/tensorflow/core/public/release_version.h and
    # third_party/tensorflow/tools/pip_package/setup.oss.py.tpl
    build --repo_env=ML_WHEEL_TYPE="snapshot"
    build --repo_env=ML_WHEEL_BUILD_DATE=""
    build --repo_env=ML_WHEEL_VERSION_SUFFIX=""
    
    # 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
    # opts in to modular op registration support by default.
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Fri Aug 22 21:03:34 UTC 2025
    - 56K bytes
    - Viewed (0)
Back to top