Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for python_init_repositories (0.36 sec)

  1. WORKSPACE

    # Initialize hermetic Python
    load("@local_xla//third_party/py:python_init_rules.bzl", "python_init_rules")
    
    python_init_rules()
    
    load("@local_xla//third_party/py:python_init_repositories.bzl", "python_init_repositories")
    
    python_init_repositories(
        default_python_version = "system",
        local_wheel_dist_folder = "dist",
        local_wheel_inclusion_list = [
            "tensorflow*",
            "tf_nightly*",
        ],
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Wed Sep 03 23:57:17 UTC 2025
    - 4.4K bytes
    - Viewed (0)
Back to top