-
Notifications
You must be signed in to change notification settings - Fork 206
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
Build/distribute framework library and upgrade to TF 2.2.0 #44
Conversation
817a0f4
to
306fc1c
Compare
@saudet can you please take a look at this again? I'm not sure that's the right way to do it but it seems to work, at least on Linux. Will try on MacOS as well. |
Note that for the op generator, I now run the generator in the I did the same thing for the |
Looks alright at first glance, although |
There is a bunch of For the |
8c712a2
to
e365b31
Compare
080212d
to
9e9398d
Compare
aed619d
to
49b9696
Compare
ddba0d3
to
4b52381
Compare
4b52381
to
a1fd340
Compare
This is to fix this issue when loading custom ops built on top of
libtensorflow_framework
It builds the TF framework library and attach it to do the native artifacts we distribute. For example:
Unfortunately, that increases each native artifact by 28M but I don't think there is any way to avoid that. Also, I've only build on OSx for now, @saudet can you please validate if the
build.sh
script is doing the right thing for other platforms as well, especially for Windows?I'll try to load
tensorflow-text
extracted from TF2.x packages in the JVM after that.