Skip to content

Commit a5034b9

Browse files
seanpmorganWindQAQ
authored andcommitted
DOC: Add build matrix (#773)
* Add build matrix * typo
1 parent 0228bc5 commit a5034b9

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[![Gitter chat](https://img.shields.io/badge/chat-on%20gitter-46bc99.svg)](https://gitter.im/tensorflow/sig-addons)
99
[![Documentation](https://img.shields.io/badge/api-reference-blue.svg)](https://www.tensorflow.org/addons/api_docs/python/tfa)
1010

11-
### Official Builds
11+
### Nightly Tests
1212

1313
| Build Type | Status |
1414
| --- | --- |
@@ -56,6 +56,13 @@ import tensorflow as tf
5656
import tensorflow_addons as tfa
5757
```
5858

59+
#### Linux Build Matrix
60+
| Version | Compatible With |Python versions | Compiler | cuDNN | CUDA |
61+
|:----------------------- |:---|:---------- |:---------|:---------|:---------|
62+
| tensorflow-addons-0.6.0 | tensorflow==2.0.0 <br> tensorflow-gpu==2.0.0 | 2.7, 3.5-3.7 | GCC 7.3.1 | 7.4 | 10.0 |
63+
| tensorflow-addons-0.5.2 | tensorflow==2.0.0 <br> tensorflow-gpu==2.0.0 | 2.7, 3.5-3.7 | GCC 7.3.1 | 7.4 | 10.0 |
64+
65+
5966
#### Nightly Builds
6067
There are also nightly builds of TensorFlow Addons under the pip package
6168
`tfa-nightly`, which is built against `tf-nightly`. Nightly builds

0 commit comments

Comments
 (0)