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 e66d8e0
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 @@ -114,6 +114,10 @@ python_init_repositories(
default_python_version = "system",
)

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

cuda_configure(name = "local_config_cuda")

load("@org_tensorflow//third_party/py:python_init_toolchains.bzl", "python_init_toolchains")

python_init_toolchains()
Expand Down

0 comments on commit e66d8e0

Please sign in to comment.