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

Update operations to TensorFlow 2.8.0 #7

Merged
merged 3 commits into from
Jan 12, 2024
Merged

Update operations to TensorFlow 2.8.0 #7

merged 3 commits into from
Jan 12, 2024

Conversation

glopesdev
Copy link
Owner

@glopesdev glopesdev commented Jan 12, 2024

Fixes migueldeicaza#479

Also removed native binaries being packed with TensorFlowSharp. Not only do they make the package unreasonably large due to cross-product of native runtimes, but they also remove the flexibility of specifying which exact native TF runtime is used for inference. This is often required in practice since the TF version used for inference should match the TF version used in learning. Later it would be possible to distribute individual runtime packs for specific TF builds to bring back the plug-and-play capabilities.

@glopesdev glopesdev merged commit 6c0cea1 into main Jan 12, 2024
@glopesdev glopesdev deleted the issue-479 branch January 12, 2024 14:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant