Skip to content

Commit a85ef22

Browse files
committed
Fix lib loading
1 parent bc2fa4b commit a85ef22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tensorflow/TensorFlow.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public function __construct()
6464
private function initializeFFI()
6565
{
6666
$cwd = getcwd();
67-
chdir(realpath(__DIR__ . '/../../lib'));
67+
chdir(realpath(__DIR__ . '/../..'));
6868

6969
TensorFlow::$ffi = FFI::load(__DIR__ . "/../../c/tf_singlefile.2.3.0.h");
7070

0 commit comments

Comments
 (0)