3
3
[ ![ Status] ( https://travis-ci.org/tensorflow/rust.svg?branch=master )] ( https://travis-ci.org/tensorflow/rust )
4
4
5
5
TensorFlow Rust provides idiomatic [ Rust] ( https://www.rust-lang.org ) language
6
- bindings for [ TensorFlow] ( http ://tensorflow.org) .
6
+ bindings for [ TensorFlow] ( https ://tensorflow.org) .
7
7
8
8
** Notice:** This project is still under active development and not guaranteed to have a
9
9
stable API. This is especially true because the underlying TensorFlow C API has not yet
10
10
been stabilized as well.
11
11
12
12
* [ Documentation] ( https://tensorflow.github.io/rust/tensorflow/ )
13
- * [ TensorFlow website] ( http ://tensorflow.org)
13
+ * [ TensorFlow website] ( https ://tensorflow.org)
14
14
* [ TensorFlow GitHub page] ( https://github.com/tensorflow/tensorflow )
15
15
16
16
## Getting Started
@@ -68,7 +68,7 @@ In short:
68
68
69
69
1 . Install [ SWIG] ( http://www.swig.org ) and [ NumPy] ( http://www.numpy.org ) . The
70
70
version from your distro's package manager should be fine for these two.
71
- 2 . [ Install Bazel] ( http ://bazel.io/docs/install.html) , which you may need to do
71
+ 2 . [ Install Bazel] ( https ://bazel.io/docs/install.html) , which you may need to do
72
72
from source.
73
73
3 . ` git clone https://github.com/tensorflow/tensorflow `
74
74
4 . ` cd tensorflow `
@@ -84,11 +84,8 @@ If this is not possible, add `$TENSORFLOW_SRC/bazel-bin/tensorflow` to
84
84
85
85
You may need to run ` ldconfig ` to reset ` ld ` 's cache after copying ` libtensorflow.so ` .
86
86
87
- ** OSX Note** : If you are running on OSX, there is a
88
- [ Homebrew PR] ( https://github.com/Homebrew/homebrew-core/pull/10273 ) in process which, once merged,
89
- will make it easy to install ` libtensorflow ` wihout hassle. In the meantime, you can take a look at
90
- [ snipsco/tensorflow-build] ( https://github.com/snipsco/tensorflow-build ) which provides a homebrew
91
- tap that does essentially the same.
87
+ ** macOS Note** : Via [ Homebrew] ( https://brew.sh/ ) in process which, you can just run
88
+ ` brew install libtensorflow ` .
92
89
93
90
## FAQ's
94
91
@@ -101,16 +98,16 @@ use. See http://doc.crates.io/manifest.html#the-features-section.
101
98
102
99
## Contributing
103
100
Developers and users are welcome to join
104
- [ #tensorflow-rust] ( http ://chat.mibbit.com/?server=irc.mozilla.org&channel=%23tensorflow-rust)
101
+ [ #tensorflow-rust] ( https ://chat.mibbit.com/?server=irc.mozilla.org&channel=%23tensorflow-rust)
105
102
on irc.mozilla.org.
106
103
107
- See [ CONTRIBUTING.md ] ( CONTRIBUTING.md ) for information on how to contribute code.
104
+ Please read the [ contribution guidelines ] ( CONTRIBUTING.md ) on how to contribute code.
108
105
109
106
This is not an official Google product.
110
107
111
108
RFCs are [ issues tagged with RFC] ( https://github.com/tensorflow/rust/labels/rfc ) .
112
- Check them out and comment. Discussions are welcome . After all, thats what a Request For
113
- Comment is for !
109
+ Check them out and comment. Discussions are welcomed . After all, that is the purpose of
110
+ Request For Comment !
114
111
115
112
## License
116
- This project is licensed under the terms of the [ Apache 2.0 license] ( https://github.com/tensorflow/rust/blob/master/ LICENSE) .
113
+ This project is licensed under the terms of the [ Apache 2.0 license] ( LICENSE ) .
0 commit comments