We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6a95044 + 44e3984 commit 767549cCopy full SHA for 767549c
tensorflow/core/tpu/tpu_api_dlsym_initializer.cc
@@ -103,7 +103,7 @@ absl::Status FindAndLoadTpuLibrary() {
103
// Check if libtpu is attached to the whl. In that case, libtpu should be in
104
// the path `library/libtpu.so` inside the whl.
105
std::filesystem::path whl_libtpu_path =
106
- std::filesystem::path(so_name).replace_filename("library/libtpu.so");
+ std::filesystem::path(so_name).replace_filename("lib/libtpu.so");
107
108
const char* env_value = getenv("TPU_LIBRARY_PATH");
109
const char* libtpu_path = nullptr;
0 commit comments