Skip to content

Commit f69be37

Browse files
committed
Update AI docker image and AI.MODELSTORE
1 parent 962a202 commit f69be37

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM redislabs/redisai:latest-cpu-x64-bionic as redisai
1+
FROM redislabs/redisai:edge-cpu-bionic as redisai
22
FROM redislabs/redistimeseries:latest as redistimeseries
33
FROM redislabs/redisgears:latest
44

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ To load AI model and [PyTorch](https://pytorch.org/) script to the Redis databas
7777

7878
```bash
7979
cd ai/
80-
cat tiny-yolo-voc.pb | redis-cli -h redis -x AI.MODELSET yolo:model TF CPU INPUTS input OUTPUTS output BLOB
80+
cat tiny-yolo-voc.pb | redis-cli -h redis -x AI.MODELSTORE yolo:model TF CPU INPUTS 1 input OUTPUTS 1 output BLOB
8181
cat ai-yolo-script.py| redis-cli -h redis -x AI.SCRIPTSET yolo:script CPU SOURCE
8282
```
8383

0 commit comments

Comments
 (0)