We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 962a202 commit f69be37Copy full SHA for f69be37
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM redislabs/redisai:latest-cpu-x64-bionic as redisai
+FROM redislabs/redisai:edge-cpu-bionic as redisai
2
FROM redislabs/redistimeseries:latest as redistimeseries
3
FROM redislabs/redisgears:latest
4
README.md
@@ -77,7 +77,7 @@ To load AI model and [PyTorch](https://pytorch.org/) script to the Redis databas
77
78
```bash
79
cd ai/
80
-cat tiny-yolo-voc.pb | redis-cli -h redis -x AI.MODELSET yolo:model TF CPU INPUTS input OUTPUTS output BLOB
+cat tiny-yolo-voc.pb | redis-cli -h redis -x AI.MODELSTORE yolo:model TF CPU INPUTS 1 input OUTPUTS 1 output BLOB
81
cat ai-yolo-script.py| redis-cli -h redis -x AI.SCRIPTSET yolo:script CPU SOURCE
82
```
83
0 commit comments