@@ -107,10 +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.7.1 | 2.15.1 | GCC 8.2.1 | 12.2 | 8.9 | 7.0, 7.5, 8.0, 8.6, 8.9, 9.0 | x86 |
111- | 0.7.1 | 2.15.1 | Xcode 13.1 | - | - | - | Apple M1 |
112- | 0.7.0 | 2.15.1 | GCC 8.2.1 | 12.2 | 8.9 | 7.0, 7.5, 8.0, 8.6, 8.9, 9.0 | x86 |
113- | 0.7.0 | 2.15.1 | Xcode 13.1 | - | - | - | Apple M1 |
110+ | 0.7.x | 2.15.1 | GCC 8.2.1 | 12.2 | 8.9 | 7.0, 7.5, 8.0, 8.6, 8.9, 9.0 | x86 |
111+ | 0.7.x | 2.15.1 | Xcode 13.1 | - | - | - | Apple M1 |
114112| 0.6.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 |
115113| 0.6.0 | 2.6.0 | Xcode 13.1 | - | - | - | Apple M1 |
116114| 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 |
@@ -287,8 +285,7 @@ sess_config.gpu_options.allow_growth = True
287285#### Compatibility Matrix
288286| TFRA | TensorFlow | Serving branch | Compiler | CUDA | CUDNN | Compute Capability |
289287| :------| :-----------| :---------------| :----------| :-----| :------| :-----------------------------|
290- | 0.7.1 | 2.15.1 | r2.15 | GCC 8.2.1 | 12.2 | 8.9 | 7.0, 7.5, 8.0, 8.6, 8.9, 9.0 |
291- | 0.7.0 | 2.15.1 | r2.15 | GCC 8.2.1 | 12.2 | 8.9 | 7.0, 7.5, 8.0, 8.6, 8.9, 9.0 |
288+ | 0.7.x | 2.15.1 | r2.15 | GCC 8.2.1 | 12.2 | 8.9 | 7.0, 7.5, 8.0, 8.6, 8.9, 9.0 |
292289| 0.6.0 | 2.8.3 | r2.8 | GCC 7.3.1 | 11.2 | 8.1 | 6.0, 6.1, 7.0, 7.5, 8.0, 8.6 |
293290| 0.5.1 | 2.8.3 | r2.8 | GCC 7.3.1 | 11.2 | 8.1 | 6.0, 6.1, 7.0, 7.5, 8.0, 8.6 |
294291| 0.5.0 | 2.8.3 | r2.8 | GCC 7.3.1 | 11.2 | 8.1 | 6.0, 6.1, 7.0, 7.5, 8.0, 8.6 |
0 commit comments