-
Notifications
You must be signed in to change notification settings - Fork 525
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running CPU 2.4.1 on Ubuntu, what is the correct process to add the Tensorflow C libraries? #811
Comments
Can you try to use this version? https://storage.googleapis.com/tensorflow/libtensorflow/libtensorflow-cpu-linux-x86_64-2.5.0.tar.gz |
Is this file in any of the Nugets? GitHub doesn't allow committing files bigger than 100Mb, so I need to pull it remotely. Can I confirm that release/netcoreapp3.1/ is the correct directory to put the libtensorflow.so and libtensorflow_framework.so? |
After finding this, migueldeicaza/TensorFlowSharp#476 I tried copying all the files (.so, .so.2, .so.2.5.0) even though they appear to be the same, and it now works. It seems like there are missing files for Linux in the Redist Nuget. |
Released tf 2.5.0 nuget. |
I've got this working on my local windows machine, however our build server which is running Ubuntu fails to load the library
I've got SciSharp.Tensorflow.Redist 2.4.1 installed, and the .dll's + .so's are being copied to netcoreapp3.1\runtimes as expected on my local machine.
I've tried adding a build step to copy the .so files to the run directory
I confirmed the presence of the files in /netcoreapp3.1 after building, but still the same error.
What should I do here?
The text was updated successfully, but these errors were encountered: