You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
TensorFlow Serving on ARM
2
2
=========================
3
3
4
-
TensorFlow Serving cross-compile project targeting linux on common ARM cores from a x86_64 host. Resulting artifacts include binaries and docker images.
4
+
TensorFlow Serving cross-compile project targeting linux on common ARM cores from a linux x86_64 host. Resulting artifacts include binaries and docker images.
@@ -29,13 +29,16 @@ Should any of those scare you, I recommend NOT using anything here. Additionally
29
29
30
30
One of the main goals is to keep this project as concise and easy to maintain as possible. Therefore, existing tensorflow project resources are used wherever possible.
31
31
32
-
**Main Upstream Projects**
32
+
The project's directory structure is intended to mirror the upstream project where files exist only where it is necessary to make additions to or override the upstream source.
0 commit comments