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

tensorflow user guide: add TensorFlow Java build instructions #364

Merged
merged 1 commit into from
Feb 7, 2024

Conversation

snadampal
Copy link
Contributor

Issue #, if available:
#351

Description of changes:
adding TensorFlow Java build instructions

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

git checkout tfjava_aarch64
mvn install -Djavacpp.platform=linux-arm64 -Dmaven.javadoc.skip=true -X -T 16

# Build and install java
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this a Tensorflow flavor of the JVM or a Tensorflow package written in Java?

Copy link
Contributor Author

@snadampal snadampal Feb 7, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's the Java bindings for TensorFlow, i simply used the repo name in the comment, but i understand the confusion, will edit it.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done. updated the comment to make it more explicit.

@snadampal snadampal merged commit bcbab8d into aws:main Feb 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants