Skip to content
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

merge tensorflow-base and libtensorflow_cc? #302

Open
njzjz opened this issue Feb 17, 2023 · 1 comment
Open

merge tensorflow-base and libtensorflow_cc? #302

njzjz opened this issue Feb 17, 2023 · 1 comment

Comments

@njzjz
Copy link
Member

njzjz commented Feb 17, 2023

Comment:

In TensorFlow 2.12.0 (tensorflow/tensorflow#55941), libtensorflow_cc.so (TF C++ library) will be a part of the TF python library, shown as follows:

other python bindings --------------------------------|
 |                                                    |
 V                                                    |
pywrap_tensorflow_internal.so                         |
 |                                                    |-- TF Python Library
 V                                                    |
libtensorflow_cc.so -------------|                    |
 |                               |--- TF C++ library  |
 V                               |                    |
libtensorflow_framework.so ------|--------------------|

I wonder if we should merge tensorflow-base and libtensorflow_cc on conda-forge to reduce the total package size.

@njzjz njzjz added the question label Feb 17, 2023
@ngam
Copy link
Contributor

ngam commented Feb 28, 2023

Good idea, PRs welcome. We currently have hit issues in #301.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants