Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for tf_wheel_version_suffix (0.08 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//third_party/gpus/cuda/hermetic:cuda_json_init_repository.bzl",
        "cuda_json_init_repository",
    )
    
    cuda_json_init_repository()
    
    load(
    Registered: Tue Dec 30 12:39:10 UTC 2025
    - Last Modified: Fri Dec 26 23:20:26 UTC 2025
    - 5.1K bytes
    - Viewed (0)
  2. .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=""
    
    # 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 Dec 30 12:39:10 UTC 2025
    - Last Modified: Fri Dec 26 23:20:26 UTC 2025
    - 56.8K bytes
    - Viewed (0)
Back to top