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

[doc] Update dependency document #2134

Merged
merged 1 commit into from
Nov 4, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/development/dependency_management.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ See [How to use DJL's BOM](../../bom/README.md#how-to-use-djls-bom) for detail.
| | [tensorflow-native-cpu(osx-x86_64)](../../engines/tensorflow/tensorflow-engine/README.md#macos) | Contains TensorFlow native library for macOS |
| | [tensorflow-native-cpu(linux-x86_64)](../../engines/tensorflow/tensorflow-engine/README.md#linux-cpu) | Contains TensorFlow native library for Linux |
| | [tensorflow-native-cpu(win-x86_64)](../../engines/tensorflow/tensorflow-engine/README.md#windows-cpu) | Contains TensorFlow native library for Windows |
| | [tensorflow-native-cu110(linux-x86_84)](../../engines/tensorflow/tensorflow-engine/README.md#linux-gpu) | Contains TensorFlow native library for Linux with CUDA 11.0 |
| | [tensorflow-native-cu113(linux-x86_84)](../../engines/tensorflow/tensorflow-engine/README.md#linux-gpu) | Contains TensorFlow native library for Linux with CUDA 11.3 |
| | tensorflow-native-cu110 (linux-x86_84) (deprecated) | Contains TensorFlow native library for Linux with CUDA 11.0 |
| | tensorflow-native-auto (deprecated) | No longer needed since DJL 0.15.0 |
| | tensorflow-native-cu101(linux-x86_84) (deprecated) | Contains TensorFlow native library <= 2.3.0 for Linux with CUDA 10.1 |
| | | |
Expand Down
1 change: 1 addition & 0 deletions gradle/wrapper/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
gradle-wrapper.jar
GradleWrapperDownloader.class