Skip to content

Commit 5c3e98f

Browse files
authored
Update README.md
1 parent 97144b5 commit 5c3e98f

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -120,13 +120,13 @@ Some languages have client libraries that provide support for RedisAI's commands
120120
RedisAI currently supports PyTorch (libtorch), Tensorflow (libtensorflow) and ONNXRuntime as backends. This section shows the version map between RedisAI and supported backends. This extremely important since the serialization mechanism of one version might not match with another. For making sure your model will work with a given RedisAI version, check with the backend documentation about incompatible features between the version of your backend and the version RedisAI is built with.
121121

122122

123-
| RedisAI | PyTorch | TensorFlow | ONNXRuntime |
124-
|:--------|:-------:|:----------:|:-------------:|
125-
| 0.1.0 | 1.0.1 | 1.12.0 | None |
126-
| 0.2.1 | 1.0.1 | 1.12.0 | None |
127-
| 0.3.1 | 1.1.0 | 1.12.0 | 0.4.0 |
128-
| 0.4.0 | 1.2.0 | 1.14.0 | 0.5.0 |
129-
| master | 1.3.1 | 1.14.0 | 1.0.0 |
123+
| RedisAI | PyTorch | TensorFlow | TFLite | ONNXRuntime |
124+
|:--------|:-------:|:----------:|:------:|:-------------:|
125+
| 0.1.0 | 1.0.1 | 1.12.0 | None | None |
126+
| 0.2.1 | 1.0.1 | 1.12.0 | None | None |
127+
| 0.3.1 | 1.1.0 | 1.12.0 | None | 0.4.0 |
128+
| 0.4.0 | 1.2.0 | 1.14.0 | None | 0.5.0 |
129+
| master | 1.3.1 | 1.14.0 | 2.0.0 | 1.0.0 |
130130

131131

132132
## Documentation

0 commit comments

Comments
 (0)