Skip to content

Commit 344f0c0

Browse files
boat-builderlantiga
authored andcommitted
dependency (#95)
1 parent 0fde030 commit 344f0c0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,16 @@ redis-cli
7474
2) "9"
7575
```
7676

77+
## Backend Dependancy
78+
79+
RedisAI currently supports PyTorch (libtorch) and Tensorflow (libtensorflow) as backends. We are also building support for ONNXRuntime backend soon. 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.
80+
81+
82+
| RedisAI | PyTorch | TensorFlow | ONNXRuntime |
83+
|:--------|:-------:|:----------:|:-------------:|
84+
| 0.1.0 | 1.0.1 | 1.12.0 | Not Yet |
85+
86+
7787
## Documentation
7888

7989
Read the docs at [redisai.io](http://redisai.io).

0 commit comments

Comments
 (0)