Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for stop_prefix (0.34 seconds)

  1. WORKSPACE

    load("//third_party:repo.bzl", "tf_http_archive", "tf_mirror_urls")
    
    tf_http_archive(
        name = "rules_shell",
        sha256 = "bc61ef94facc78e20a645726f64756e5e285a045037c7a61f65af2941f4c25e1",
        strip_prefix = "rules_shell-0.4.1",
        urls = tf_mirror_urls(
            "https://github.com/bazelbuild/rules_shell/releases/download/v0.4.1/rules_shell-v0.4.1.tar.gz",
        ),
    )
    
    # Initialize toolchains for ML projects.
    #
    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

    bazel_dep(name = "rules_ml_toolchain")
    archive_override(
        module_name = "rules_ml_toolchain",
        integrity = "sha256-8skk6Foiui6qDAhlfl9UZ/7bw9BQb5zAxp3Zftn7ryg=",
        strip_prefix = "rules_ml_toolchain-99c43dfe995a0e81c767d5b6d686191992672fe6",
        urls = ["https://github.com/google-ml-infra/rules_ml_toolchain/archive/99c43dfe995a0e81c767d5b6d686191992672fe6.tar.gz"],
    )
    
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Thu Apr 02 01:32:13 GMT 2026
    - 11K bytes
    - Click Count (0)
Back to Top