Skip to content

Commit

Permalink
[doc] Update dependency document (deepjavalibrary#2134)
Browse files Browse the repository at this point in the history
  • Loading branch information
frankfliu authored Nov 4, 2022
1 parent aa9eebd commit 2f4879c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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

0 comments on commit 2f4879c

Please sign in to comment.