Skip to content

Commit

Permalink
Fix @local_config_cuda
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 664903046
  • Loading branch information
rtg0795 authored and tf-text-github-robot committed Aug 19, 2024
1 parent 748c121 commit 5dd3d00
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ http_archive(
build_file = "//third_party/pybind11:BUILD.bzl",
)

load("@org_tensorflow//third_party/gpus/cuda/hermetic:cuda_configure.bzl", "cuda_configure")

cuda_configure(name = "local_config_cuda")

# Initialize hermetic Python
load("@org_tensorflow//third_party/py:python_init_rules.bzl", "python_init_rules")

Expand Down

0 comments on commit 5dd3d00

Please sign in to comment.