@@ -107,8 +107,8 @@ is compiled differently. A typical example of this would be `conda`-installed Te
107107
108108| TFRA | TensorFlow | Compiler | CUDA | CUDNN | Compute Capability | CPU |
109109| :------| :-----------| :-----------| :-----| :------| :-----------------------------| :--------------|
110- | 0.5.0 | 2.8.3 | GCC 7.3.1 | 11.2 | 8.1 | 6.0, 6.1, 7.0, 7.5, 8.0, 8.6 | x86 |
111- | 0.5.0 | 2.6.0 | Xcode 13.1 | - | - | - | Apple M1 |
110+ | 0.5.1 | 2.8.3 | GCC 7.3.1 | 11.2 | 8.1 | 6.0, 6.1, 7.0, 7.5, 8.0, 8.6 | x86 |
111+ | 0.5.1 | 2.6.0 | Xcode 13.1 | - | - | - | Apple M1 |
112112| 0.4.0 | 2.5.1 | GCC 7.3.1 | 11.2 | 8.1 | 6.0, 6.1, 7.0, 7.5, 8.0, 8.6 | x86 |
113113| 0.4.0 | 2.5.0 | Xcode 13.1 | - | - | - | Apple M1 |
114114| 0.3.1 | 2.5.1 | GCC 7.3.1 | 11.2 | 8.1 | 6.0, 6.1, 7.0, 7.5, 8.0, 8.6 | x86 |
@@ -279,7 +279,7 @@ sess_config.gpu_options.allow_growth = True
279279#### Compatibility Matrix
280280| TFRA | TensorFlow | Serving | Compiler | CUDA | CUDNN | Compute Capability |
281281| :------| :-----------| :---- | :---------| :------------ | :---- | :------------ |
282- | 0.5.0 | 2.8.3 | 2.5.2 | GCC 7.3.1 | 11.2| 8.1 | 6.0, 6.1, 7.0, 7.5, 8.0, 8.6 |
282+ | 0.5.1 | 2.8.3 | 2.5.2 | GCC 7.3.1 | 11.2| 8.1 | 6.0, 6.1, 7.0, 7.5, 8.0, 8.6 |
283283| 0.4.0 | 2.5.1 | 2.5.2 | GCC 7.3.1 | 11.2| 8.1 | 6.0, 6.1, 7.0, 7.5, 8.0, 8.6 |
284284| 0.3.1 | 2.5.1 | 2.5.2 | GCC 7.3.1 | 11.2| 8.1 | 6.0, 6.1, 7.0, 7.5, 8.0, 8.6 |
285285| 0.2.0 | 2.4.1 | 2.4.0 | GCC 7.3.1 | 11.0 | 8.0 | 6.0, 6.1, 7.0, 7.5, 8.0 |
0 commit comments